Skip to content

Commit

Permalink
Update judges grid
Browse files Browse the repository at this point in the history
  • Loading branch information
iancheung0202 authored Jan 23, 2025
1 parent 79ef71c commit b5c209e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/app/(landing)/Judges.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import Section from '../../components/Section';
import Judge from './Judge';


export default function Judges() {
return (
<Section title="Judges" id="judges">
<div className="flex flex-wrap justify-center gap-10 sm:gap-16">
<div className="grid grid-cols-1 sm:grid-cols-3 gap-10 sm:gap-16 justify-items-center">
<Judge name="Ashly Joseph" src="/judges/Ashly Joseph.jpg">
Software Engineer, Cisco Systems
</Judge>
Expand All @@ -26,5 +25,5 @@ export default function Judges() {
</Judge>
</div>
</Section>
)
);
}

1 comment on commit b5c209e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for gunnhacks11-0 ready!

✅ Preview
https://gunnhacks11-0-49u32ypo1-daniel-kous-projects.vercel.app

Built with commit b5c209e.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.