Skip to content
Merged

Dev #461

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions surfsense_web/app/(home)/login/GoogleLoginButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function GoogleLoginButton() {
<h1 className="my-8 text-xl font-bold text-neutral-800 dark:text-neutral-100 md:text-4xl">
{t("welcome_back")}
</h1>

{/*
<motion.div
initial={{ opacity: 0, y: -5 }}
animate={{ opacity: 1, y: 0 }}
Expand Down Expand Up @@ -79,7 +79,7 @@ export function GoogleLoginButton() {
</p>
</div>
</motion.div>
</motion.div>
</motion.div> */}

<motion.button
whileHover={{ scale: 1.02 }}
Expand Down
2 changes: 1 addition & 1 deletion surfsense_web/components/homepage/hero-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export function HeroSection() {
</p>
<div className="mb-10 mt-8 flex w-full flex-col items-center justify-center gap-4 px-8 sm:flex-row md:mb-20">
<Link
href="/contact"
href="/login"
className="group relative z-20 flex h-10 w-full cursor-pointer items-center justify-center space-x-2 rounded-lg bg-black p-px px-4 py-2 text-center text-sm font-semibold leading-6 text-white no-underline transition duration-200 sm:w-52 dark:bg-white dark:text-black"
>
Get Started
Expand Down
Loading