Skip to content

Commit 991f53b

Browse files
committed
Remove duplicate login icon from landing button
1 parent b2199a4 commit 991f53b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

components/home/LandingPage.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { Anton } from "next/font/google";
33
import Link from "next/link";
44
import { useEffect, useState } from "react";
55
import {
6-
HiArrowRightOnRectangle,
76
HiCalendar,
87
HiFolder,
98
HiMap,
@@ -102,9 +101,8 @@ export default function LandingPage({ images = [] }: { images?: string[] }) {
102101
<Link
103102
prefetch={false}
104103
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"
104+
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"
106105
>
107-
<HiArrowRightOnRectangle className="h-6 w-6" />
108106
Log in
109107
</Link>
110108

0 commit comments

Comments
 (0)