Skip to content

Commit

Permalink
fix: Egg logo now has a default colour for light and dark themes.
Browse files Browse the repository at this point in the history
  • Loading branch information
alifeinbinary committed Oct 7, 2024
1 parent d436c50 commit 65718a2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,9 @@ const Menu: React.FC = () => {

return (
<div>
<Navbar id='navbar' fluid rounded className='rounded-lg px-1' theme={customNavbarTheme}>
<Navbar id='navbar' fluid rounded className='rounded-lg pl-1 pr-2.5' theme={customNavbarTheme}>
<Navbar className='bg-transparent px-2.5 py-0 dark:border-gray-700 dark:bg-transparent sm:px-4'>
{/* <img width={48} height={48} src="../binary-translate.webp" className="mr-3 h-12 w-auto sm:h-9 xs:h-7 xs:mr-2" alt="Flib" /> */}
<FontAwesomeIcon className="mr-3 h-8 w-auto sm:h-9 xs:h-7 xs:mr-2" icon={faEgg} />
<FontAwesomeIcon className="mr-3 h-8 w-auto sm:h-9 xs:h-7 xs:mr-2 text-orange dark:text-lightorange" icon={faEgg} />
<span className="self-center whitespace-nowrap text-2xl xs:text-2xl tracking-tight font-bold text-gray-900 dark:text-white">
<Link to={"/"} id='stegg'>
<div id="stegg">
Expand Down

0 comments on commit 65718a2

Please sign in to comment.