Skip to content

Commit

Permalink
c: fix-me
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamez0 committed Jul 5, 2024
1 parent 980b190 commit c556420
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/common/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default function Header() {
<header className="flex items-center justify-between px-8 py-4">
<div className="flex items-center gap-8">
<h1 className="text-2xl font-bold">
{/* FIX-ME: use next/link because baseUrl changes in github pages */}
<a href="/">DS</a>
</h1>
<Navigation />
Expand Down

0 comments on commit c556420

Please sign in to comment.