Skip to content

Commit

Permalink
Update NavBar.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
vincanger committed Jan 25, 2023
1 parent 2d24259 commit 6609dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/components/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const NavBar = () => {
return (
<nav className="nav">
<div className="logo">
<Image src="waspLogo.png" alt="wasp" />
<Image src="/waspLogo.png" width={40} height={40} alt="wasp" />
<span style={{ fontWeight: "600", margin: "0 0.5rem" }}>HiveMind</span>
<span style={{ fontSize: "0.8rem", fontStyle: "italic" }}>
A Reminder App
Expand Down

2 comments on commit 6609dbd

@vercel
Copy link

@vercel vercel bot commented on 6609dbd Jan 25, 2023

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 6609dbd Jan 25, 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.