We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d86b61a commit aa6bf3fCopy full SHA for aa6bf3f
lazyweb/components/shared/NavBar/NavBar.tsx
@@ -67,7 +67,7 @@ const NavBar = (props: Props) => {
67
<div className='flex gap-[1rem] mr-[2rem] items-center'>
68
<div className='h-[2.5rem] md:flex hidden w-[2px] bg-[#5e5f60]'/>
69
<IconWithToolTip img='/assets/playfavicon.ico' path='/playground' title='JS Playground'/>
70
- <IconWithToolTip img='/assets/snipfavicon.ico' path='/snipshots' title='SnipShots'/>
+ <IconWithToolTip img='/assets/snipfavicon.ico' path='/snippet' title='SnipShots'/>
71
<IconWithToolTip img='/assets/notesfav.ico' path='/notes' title='LazyNotes'/>
72
73
{/* <Menu as="div" className="relative inline-block text-left">
0 commit comments