diff options
Diffstat (limited to 'pages')
-rw-r--r-- | pages/index.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/index.tsx b/pages/index.tsx index 9390157..72e22b8 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -14,7 +14,7 @@ import { DISPLAY_DOMAIN } from '../utils/env'; export default function Home() { - const gitLink = 'https://git.' + DISPLAY_DOMAIN; + const gitLink = 'https://git.al.' + DISPLAY_DOMAIN; let email : string; @@ -22,7 +22,7 @@ export default function Home() { case "flu0r1ne.net": email = "flu0r1ne [at] flu0r1ne.net"; break; - case "al.exander.io": + case "exander.io": email = "alex [at] al.exander.io"; break; default: |