Skip to content

Commit aa6bf3f

Browse files
committed
snippet
1 parent d86b61a commit aa6bf3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lazyweb/components/shared/NavBar/NavBar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const NavBar = (props: Props) => {
6767
<div className='flex gap-[1rem] mr-[2rem] items-center'>
6868
<div className='h-[2.5rem] md:flex hidden w-[2px] bg-[#5e5f60]'/>
6969
<IconWithToolTip img='/assets/playfavicon.ico' path='/playground' title='JS Playground'/>
70-
<IconWithToolTip img='/assets/snipfavicon.ico' path='/snipshots' title='SnipShots'/>
70+
<IconWithToolTip img='/assets/snipfavicon.ico' path='/snippet' title='SnipShots'/>
7171
<IconWithToolTip img='/assets/notesfav.ico' path='/notes' title='LazyNotes'/>
7272

7373
{/* <Menu as="div" className="relative inline-block text-left">

0 commit comments

Comments
 (0)