Skip to content

Commit

Permalink
swob to sSWOB
Browse files Browse the repository at this point in the history
  • Loading branch information
mildrette committed Apr 24, 2024
1 parent 8626944 commit 56a0db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/_components/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function Navbar() {
<div className="border-b text-black border-neutral-300 bg-white w-full z-10 py-4 fixed top-0">
<Container>
<div className="flex justify-between items-center">
<Logo src="/icon.png" alt="SMSWithoutBorders Logo" name="Swob" url="/" />
<Logo src="/icon.png" alt="SMSWithoutBorders Logo" name="SWOB" url="/" />
<div className="md:hidden">
{isMenuOpen ? (
<AiOutlineClose onClick={toggleMenu} size={20} className="cursor-pointer" />
Expand Down

0 comments on commit 56a0db4

Please sign in to comment.