Skip to content

Commit

Permalink
Create Header.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
nakasyou authored Oct 1, 2023
1 parent 1b45e55 commit ce53c7d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions components/Header.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
export default function Header () {
return <header class="sticky t-0 w-full">
<div class="flex justify-between">
<a href="/">
<div>
Schoolink
</div>
</a>
<div>

</div>
</div>
</header>
}

0 comments on commit ce53c7d

Please sign in to comment.