diff --git a/components/Footer/Footer.tsx b/components/Footer/Footer.tsx index 6c70a1d..12f10cd 100644 --- a/components/Footer/Footer.tsx +++ b/components/Footer/Footer.tsx @@ -1,18 +1,28 @@ import { GitHubLogoIcon } from '@radix-ui/react-icons' import styles from './Footer.module.css' +import { repoUrl } from '@/constants' export function Footer() { return ( ) diff --git a/constants.ts b/constants.ts index d0d7d95..e08976e 100644 --- a/constants.ts +++ b/constants.ts @@ -5,6 +5,7 @@ export const title = 'ASI Calculator' export const description = 'See how much ASI you get for your OCEAN, AGIX, or FET.' export const liveUrl = 'https://asi.kremalicious.com' +export const repoUrl = 'https://github.com/kremalicious/asi-calculator' export const ratioOceanToAsi = 0.43322638231018 export const ratioAgixToAsi = 0.43335018345744