There was an error while loading. Please reload this page.
1 parent b2199a4 commit 991f53bCopy full SHA for 991f53b
1 file changed
components/home/LandingPage.tsx
@@ -3,7 +3,6 @@ import { Anton } from "next/font/google";
3
import Link from "next/link";
4
import { useEffect, useState } from "react";
5
import {
6
- HiArrowRightOnRectangle,
7
HiCalendar,
8
HiFolder,
9
HiMap,
@@ -102,9 +101,8 @@ export default function LandingPage({ images = [] }: { images?: string[] }) {
102
101
<Link
103
prefetch={false}
104
href="/auth/signin"
105
- className="mt-10 inline-flex items-center gap-3 rounded-lg bg-red-600 px-10 py-4 text-xl font-bold text-white transition-colors hover:bg-red-700"
+ className="mt-10 inline-flex items-center justify-center rounded-lg bg-red-600 px-10 py-4 text-xl font-bold text-white transition-colors hover:bg-red-700"
106
>
107
- <HiArrowRightOnRectangle className="h-6 w-6" />
108
Log in
109
</Link>
110
0 commit comments