Skip to content

Commit 2b6c763

Browse files
Update About.tsx
1 parent 43591f8 commit 2b6c763

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

src/components/About.tsx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,20 @@ const About = () => {
4040
Research supported by the National Science Foundation (NSF) and Clemson University.
4141
</p>
4242

43+
{/* Logos */}
44+
<div className="flex items-center justify-center gap-8 pt-4 border-t border-border/50">
45+
<img
46+
src="/nsf.png"
47+
alt="National Science Foundation"
48+
className="h-10 object-contain opacity-80"
49+
/>
50+
<img
51+
src="/clemson.png"
52+
alt="Clemson University"
53+
className="h-10 object-contain opacity-80"
54+
/>
55+
</div>
56+
4357
</div>
4458
</div>
4559
</div>

0 commit comments

Comments
 (0)