Skip to content
Open
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
2 changes: 1 addition & 1 deletion app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function AboutPage() {
},
{
title: "Who runs it",
body: "Volunteers from Axios — the Technical Society of IIITL. Open to contributions from anyone in the community.",
body: "Axios — the Technical Society of IIITL. Open to contributions from anyone in the community.",
},
].map((b) => (
<div
Expand Down
1 change: 0 additions & 1 deletion components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export function Footer() {
</div>
<p className="mt-4 max-w-xs text-sm text-muted">
A community-built hub for IIIT Lucknow alumni and students.
Not an official body — just a place to stay connected.
</p>
</div>

Expand Down
Loading