Skip to content
Merged
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
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const Footer: React.FC = () => {
<div className="max-w-6xl mx-auto px-4 flex flex-col md:flex-row items-center justify-between">
<div className="text-center md:text-left mb-3 md:mb-0">
<p className="text-gray-300 text-sm">
© 2025 Formula Slug | UC Santa Cruz
© 2026 Formula Slug | UC Santa Cruz
</p>
<p className="text-gray-400 text-xs mt-1">
Empowering the next generation of engineers
Expand Down
Loading