Skip to content

Commit

Permalink
Merge pull request #21 from dalekvim/patch-1
Browse files Browse the repository at this point in the history
Update Header.jsx to correct typo in site title (see issue #20
  • Loading branch information
slzakaria authored Aug 9, 2024
2 parents bc02260 + b465e09 commit b4b67b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Header = () => {
<header className='my-4 py-2 shadow-md'>
<div className='flex gap-4 justify-between mx-10'>
<h1 className={`text-center text-2xl font-bold ${themeClass === 'light-theme' ? 'text-gray-800' : 'text-white'}`}>
unFecth
unFetch
</h1>
<nav>
<ul className='flex gap-4 text-2xl'>
Expand Down

0 comments on commit b4b67b4

Please sign in to comment.