added next.js font module, updated fonts, updated login page

This commit is contained in:
rsandb
2022-12-23 16:10:59 -06:00
parent 55c79b98f1
commit 5f12baa440
11 changed files with 137 additions and 673 deletions
+2 -2
View File
@@ -47,7 +47,7 @@ function AccountButton() {
);
}
return (
<Link href="/auth/signin" aria-label="Home" className="flex items-center">
<Link href="/auth/signup" aria-label="Home" className="flex items-center">
<Button variant="outline">Log in</Button>
</Link>
);
@@ -61,7 +61,7 @@ export function Header() {
<div className="relative z-10 flex items-center gap-16">
<Link href="/" aria-label="Home" className="flex items-center">
<Image
src="/images/logos/CHAT-THOUGHT-LOGO.svg"
src="/images/logos/oa-logo-1.svg"
className="mx-auto object-fill"
width="50"
height="50"