Skip to content
Merged
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 src/components/pages/ContactUs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ const ContactUs: React.FC = () => {
<span className="font-medium text-xl">Email</span>
</div>
<a
href="mailto:samahansysdev@addu.edu.ph"
href="mailto:samahan.sd@addu.edu.ph"
className="ml-8 text-sm lg:text-base text-[var(--color-white)] hover:text-[var(--color-yellow3)]"
>
samahansysdev@addu.edu.ph
samahan.sd@addu.edu.ph
</a>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/components/ui/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default function Footer({ className = "" }: FooterProps) {
<Link
key={link.label}
href={link.href}
className="block text-gray-400 hover:text-yellow2 transition-colors text-sm md:text-xs lg:text-sm"
className="block text-white-400 hover:text-yellow2 transition-colors text-sm md:text-xs lg:text-sm"
>
{link.label}
</Link>
Expand Down