Skip to content

Commit

Permalink
Merge pull request #40 from EveripediaNetwork/iq-dashboard-url
Browse files Browse the repository at this point in the history
Update IQ Dashboard URL
  • Loading branch information
Yomzy2223 authored Jan 14, 2025
2 parents 9902739 + f9e9cf2 commit 54b2b2b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/layouts/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const Navbar = () => {
</nav>
<div className="flex gap-2 items-center">
<a
href="https://iq.braindao.org"
href="https://iq.iqai.com"
target="_blank"
className="hidden md:flex justify-center bg-brand-700 hover:bg-brand-700 md:w-[194px] text-sm lg:text-base px-5 py-2 rounded-md transition-all ease-in-out duration-300"
rel="noreferrer"
Expand Down Expand Up @@ -99,7 +99,7 @@ const Navbar = () => {
<MobileThemeSwitcher />
<li className="pt-3 px-5 md:hidden">
<a
href="https://iq.braindao.org"
href="https://iq.iqai.com"
target="_blank"
className={`flex flex-1 justify-center text-whiteAlpha-900 dark:bg-brand-800 bg-brand-500 hover:bg-brand-700 md:w-[184px] text-sm lg:text-base px-5 py-2 rounded-md transition-all ease-in-out duration-300 ${raleway.className}`}
rel="noreferrer"
Expand Down
2 changes: 1 addition & 1 deletion src/components/layouts/ecosystem/IqDashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const IqDashboard = () => {
<TokenBrief
title="IQ Dashboard"
description="Using the IQ Dashboard, you can stake your tokens, facilitate cross-blockchain bridging, vote on governance proposals, and engage in many other activities within the blockchain ecosystem."
action="https://iq.braindao.org/dashboard"
action="https://iq.iqai.com/dashboard"
buttonText="Explore IQ Dashboard"
/>
<div className="grid sm:grid-cols-2 xl:grid-cols-4 gap-12 xl:gap-6 py-3 mt-16 w-full">
Expand Down
2 changes: 1 addition & 1 deletion src/data/Nav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const navLinks = [
},
{
title: "IQ Treasury",
href: "https://iq.braindao.org/dashboard/treasury",
href: "https://iq.iqai.com/dashboard/treasury",
target: "_blank",
},
{
Expand Down

0 comments on commit 54b2b2b

Please sign in to comment.