Standardize text size for all elements in the footer

Adjust the font size of the "Contact Us" link in the Footer component to match other text elements.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 069d4324-6c40-4355-955e-c714a50de1ea
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/069d4324-6c40-4355-955e-c714a50de1ea/gVirbWH
This commit is contained in:
kimjaehyeon0101
2025-09-29 20:13:08 +00:00
parent a80520b85f
commit 21d486e282

View File

@ -15,7 +15,7 @@ export default function Footer() {
/> />
</div> </div>
<div className="flex items-center"> <div className="flex items-center">
<a href="#" className="text-sm text-gray-400 hover:text-white cursor-pointer" data-testid="contact-us-link"> <a href="#" className="text-xs text-gray-400 hover:text-white cursor-pointer" data-testid="contact-us-link">
Contact Us Contact Us
</a> </a>
</div> </div>