Skip to content

Commit

Permalink
use .link instead of .limo
Browse files Browse the repository at this point in the history
  • Loading branch information
nipsysdev committed Jan 4, 2025
1 parent c19c3a4 commit 617a491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/PageLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const isWeb3 = import.meta.env.IS_WEB3 === "true";
>
{core.web2}
<a
href={`https://nipsys.eth.limo${RouteUtils.getUrlForLang(Astro.url, currentLang)}`}
href={`https://nipsys.eth.link${RouteUtils.getUrlForLang(Astro.url, currentLang)}`}
class="text-darkgoldenrod cursor-pointer"
>
{core.goWeb3}
Expand Down

0 comments on commit 617a491

Please sign in to comment.