Skip to content

Commit

Permalink
feat: add icon in header
Browse files Browse the repository at this point in the history
  • Loading branch information
jsun969 committed Oct 4, 2024
1 parent abcf658 commit b7721fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export const Header = () => {
return (
<Navbar isBordered maxWidth="xl" position="static">
<NavbarBrand>
<img src="/favicon.svg" alt="Logo" className="mr-2 w-6" />
<h1 className="font-bold text-inherit">MyTimetable</h1>
</NavbarBrand>
<NavbarContent justify="end">
Expand Down

0 comments on commit b7721fb

Please sign in to comment.