mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-30 19:36:25 +02:00
fix: update GoogleLoginButton and HeroSection components
- Commented out err msg. - Changed the link in HeroSection from "/contact" to "/login" to direct users to the login page.
This commit is contained in:
parent
ecd07d6155
commit
1f4e15ce38
2 changed files with 3 additions and 3 deletions
|
|
@ -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 }}
|
||||
|
|
@ -79,7 +79,7 @@ export function GoogleLoginButton() {
|
|||
</p>
|
||||
</div>
|
||||
</motion.div>
|
||||
</motion.div>
|
||||
</motion.div> */}
|
||||
|
||||
<motion.button
|
||||
whileHover={{ scale: 1.02 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue