diff --git a/client/components/auth/index.tsx b/client/components/auth/index.tsx
index 80184e7..35cc86e 100644
--- a/client/components/auth/index.tsx
+++ b/client/components/auth/index.tsx
@@ -1,5 +1,5 @@
import { FormEvent, useState } from 'react'
-import { Button, Card, Input, Text } from '@geist-ui/core'
+import { Button, Card, Input, Link, Text } from '@geist-ui/core'
import styles from './auth.module.css'
import { useRouter } from 'next/router'
@@ -85,8 +85,8 @@ const Auth = ({ page }: { page: "signup" | "signin" }) => {
- {signingIn && Don't have an account? Sign up}
- {!signingIn && Already have an account? Sign in}
+ {signingIn && Don't have an account? Sign up}
+ {!signingIn && Already have an account? Sign in}