Skip to content

Commit

Permalink
Fix projects title
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolankicks committed Nov 17, 2024
1 parent ac704a5 commit 744aea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/projects/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<div class="w-full flex items-center justify-center animate-fadein">
<div class="max-w-xl w-full my-5 mx-auto flex flex-col gap-4 pt-6 font-poppins px-5 text-white sm:px-0">
<Header title="Blogs" HyperLink={false} />
<Header title="Projects" HyperLink={false} />
</div>
</div>

Expand Down

0 comments on commit 744aea0

Please sign in to comment.