Skip to content

Commit

Permalink
Update Navbar.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kebabgg authored Jan 9, 2024
1 parent f6ea2d0 commit f132e83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions backup src/components/Global/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const navigation = [
{ name: "Blog", href: "/blog" },
{ name: "Projects", href: "/projects" },
{ name: "Community Partners", href: "/partners" },
{ name: "WebX Team", href: "/team" },
{ name: "Kebab Team", href: "/team" },
{ name: "Contributors", href: "/contributors" },
];

Expand All @@ -24,7 +24,7 @@ const Navbar = () => {
<div className="flex flex-1 items-center">
<div className="flex w-full items-center justify-between lg:w-auto">
<Link href="/">
<span className="sr-only ">WebX DAO</span>
<span className="sr-only ">KEBAB.GG</span>
<img
className="h-12 w-auto cursor-pointer sm:h-12 md:h-[4.2rem]"
src="/images/logo/logo.png"
Expand Down Expand Up @@ -54,7 +54,7 @@ const Navbar = () => {
</div>

<Link
href="https://github.com/sponsors/WebXDAO"
href="https://github.com/sponsors/KEBABGG_"
className="inline-flex items-center rounded-md border border-transparent bg-gray-100 px-4 py-2 text-base font-medium text-gray-600 hover:bg-gray-700 hover:text-white/80"
>
GitHub
Expand Down Expand Up @@ -83,7 +83,7 @@ const Navbar = () => {
<img
className="h-10 w-auto sm:h-12 md:h-14 lg:h-16"
src="/images/logo/logo.png"
alt="WebX DAO"
alt="KEBAB.GG"
/>
</div>
<div className="-mr-2">
Expand Down

1 comment on commit f132e83

@vercel
Copy link

@vercel vercel bot commented on f132e83 Jan 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.