Skip to content

Commit

Permalink
fix: capitalize header title (#224)
Browse files Browse the repository at this point in the history
capitalize header title
  • Loading branch information
agus-xyz authored Aug 19, 2022
1 parent 3db04f9 commit 06d8311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Navbar: FC = () => {
<div className='d-flex flex-items-center flex-justify-start width-full'>
<div className='d-flex flex-shrink-0'>
<Image src='/logo.png' alt='logo' width={29} height={21} />
<h4 className='ml-2'>Sugar rush</h4>
<h4 className='ml-2'>Sugar Rush</h4>
</div>
<Breadcrumb />
</div>
Expand Down

0 comments on commit 06d8311

Please sign in to comment.