Skip to content

Commit

Permalink
Fix link to use cases on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluesmile82 committed Oct 23, 2024
1 parent 1adebc8 commit b52b0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/section-3/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export default function Section3() {
</AnimatePresence>
</div>
</div>
{isMobile ? <div className="pb-[60px]">
{isMobile ? <div className="pb-[60px] scroll-mt-12 " id="use-cases">
{Array(5).fill(null).map((_, index) => (
<>
<Image
Expand Down

0 comments on commit b52b0cd

Please sign in to comment.