-
Notifications
You must be signed in to change notification settings - Fork 3
Home page Updates #81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
af05138
6857f57
c20cbfe
960d3e9
1499b91
05bf50f
48f8802
1c2d574
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,7 +7,7 @@ | |
| import AOS from "aos"; | ||
| import "aos/dist/aos.css"; | ||
|
|
||
| const Home = ({ signOut, signIn }) => { | ||
|
Check failure on line 10 in src/shared/pages/Home.tsx
|
||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not sure what signOut and signIn are but there is a new AuthContext for knowing if someone is authenticated, make sure to fix any listing errors |
||
| useEffect(() => { | ||
| // Initialize AOS | ||
| AOS.init(); | ||
|
|
@@ -92,25 +92,6 @@ | |
| </div> | ||
| </div> | ||
|
|
||
| {/* Footer Section */} | ||
| <footer className="bg-gray-900 text-gray-100 py-8"> | ||
| <div className="container mx-auto text-center"> | ||
| <p className="text-sm"> | ||
| © 2024 LabConnect. All Rights Reserved. | <Link to="/privacy" className="text-blue-400 hover:underline">Privacy Policy</Link> | ||
| </p> | ||
| <div className="flex justify-center mt-4 space-x-4"> | ||
| <Link to="https://facebook.com" className="text-gray-400 hover:text-gray-200 transition-all"> | ||
| <FontAwesomeIcon icon={["fab", "facebook"]} size="2x" /> | ||
| </Link> | ||
| <Link to="https://twitter.com" className="text-gray-400 hover:text-gray-200 transition-all"> | ||
| <FontAwesomeIcon icon={["fab", "twitter"]} size="2x" /> | ||
| </Link> | ||
| <Link to="https://linkedin.com" className="text-gray-400 hover:text-gray-200 transition-all"> | ||
| <FontAwesomeIcon icon={["fab", "linkedin"]} size="2x" /> | ||
| </Link> | ||
| </div> | ||
| </div> | ||
| </footer> | ||
|
|
||
| {/* Background Elements */} | ||
| <div className="absolute inset-0 bg-gradient-to-b from-indigo-200 to-blue-300 opacity-30 z-0"></div> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like it's missing isActive