Skip to content

Commit

Permalink
fix: sticky heading
Browse files Browse the repository at this point in the history
  • Loading branch information
flornkm committed Dec 20, 2023
1 parent d5b25ee commit b638d9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pages/archive/copyables/+Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function Page() {
Archive
</InlineLink>
<p> / </p>
<p class="font-medium px-1.5 text-zinc-400 dark:text-zinc-600 truncate">
<p class="px-1.5 text-zinc-400 dark:text-zinc-600 truncate">
Copyables
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion pages/archive/projects/index/+Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function Page({ projects }: { projects: any }) {
Archive
</InlineLink>
<p> / </p>
<p class="font-medium px-1.5 text-zinc-400 dark:text-zinc-600 truncate">
<p class="px-1.5 text-zinc-400 dark:text-zinc-600 truncate">
Projects
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion pages/archive/short-projects/index/+Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function Page({ projects }: { projects: any }) {
</InlineLink>

<p> / </p>
<p class="font-medium px-1.5 text-zinc-400 dark:text-zinc-600 truncate">
<p class="px-1.5 text-zinc-400 dark:text-zinc-600 truncate">
Short Projects
</p>
</div>
Expand Down

1 comment on commit b638d9f

@vercel
Copy link

@vercel vercel bot commented on b638d9f Dec 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.