Skip to content

Commit 7c5bba4

Browse files
authored
fix typo
1 parent 050fc32 commit 7c5bba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/NavBar/NavBar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function NavBar() {
77
<div className='navBarWrapper'>
88
<Link to='/'>
99
<span className=' py-1 rounded-full text-white font-semibold text-sm text-justify flex w-max '>
10-
<HomeOutlined /><p className='mt-1'>HomeLike</p>
10+
<HomeOutlined /><p className='mt-1'>Homelike</p>
1111
</span>
1212
</Link>
1313
</div>

0 commit comments

Comments
 (0)