Skip to content

Commit

Permalink
fix showing nav items
Browse files Browse the repository at this point in the history
  • Loading branch information
Darginec05 committed Jul 1, 2024
1 parent 2dc9891 commit 758197d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/next-example/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function Home() {
</div>
<span className="text-white text-base">opta :D</span>
</NextLink>
<div className="flex items-center text-nowrap md:mt-0 mt-3 scale-[.65] md:-scale-0">
<div className="flex items-center text-nowrap md:mt-0 mt-3 scale-[.65] md:-scale-[1]">
<NextLink
href="https://yoodocs.space/yoopta-editor/yoopta/introduction-rsK_1fODIL"
target="_blank"
Expand Down

0 comments on commit 758197d

Please sign in to comment.