Skip to content

Commit c5739c8

Browse files
authored
Merge pull request #11 from swarnava/main
Update contact link from '/contact-us' to '/contact'
2 parents 1fd2399 + e051210 commit c5739c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const Footer = () => {
3939

4040
{/* Contact Info & Social */}
4141
<div className="space-y-4">
42-
<Link to="/contact-us" className="text-gray-300 hover:text-solar-gold transition-colors">Contact Us</Link>
42+
<Link to="/contact" className="text-gray-300 hover:text-solar-gold transition-colors">Contact Us</Link>
4343
<div className="space-y-3">
4444
<a className="text-gray-300 hover:text-solar-gold transition-colors" href="mailto:contact@solvenergy.in">contact@solvenergy.in</a>
4545
<div className="flex gap-4">

0 commit comments

Comments
 (0)