Skip to content

Commit

Permalink
Merge pull request #227 from okto-hq/minor-changes
Browse files Browse the repository at this point in the history
change: links
  • Loading branch information
oviawork authored Feb 1, 2025
2 parents 0d247cc + e05163e commit f3ed385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export default function NavbarComponent() {
</NavbarItem>
<NavbarItem className="hidden lg:flex">
<SCButton variant="outline" className="rounded-full flex gap-1 hover:bg-[#F5F6FE] dark:hover:bg-gray-700 hover:text-[#5166EE] dark:hover:text-[#7C8FFF]">
<Link href="https://teamcoindcx.typeform.com/to/CvPAQNAU">Grants</Link>
<Link href="https://oktohq.notion.site/Okto-Grants-Program-13f8d0b09e5b8075a646d5dbaa394eeb" target="_blank">Grants</Link>
<MdOutlineArrowOutward size={".9rem"} />
</SCButton>
</NavbarItem>
Expand All @@ -149,7 +149,7 @@ export default function NavbarComponent() {
</NavbarItem> */}
<NavbarItem className="hidden lg:flex">
<SCButton variant="outline" className="rounded-full flex gap-1 hover:bg-[#F5F6FE] dark:hover:bg-gray-700 hover:text-[#5166EE] dark:hover:text-[#7C8FFF]">
<Link href="https://dashboard.okto.tech/">Dashboard</Link>
<Link href="https://dashboard.okto.tech/" target="_blank">Dashboard</Link>
<MdOutlineArrowOutward size={".9rem"} />
</SCButton>
</NavbarItem>
Expand Down

0 comments on commit f3ed385

Please sign in to comment.