We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43591f8 commit 2b6c763Copy full SHA for 2b6c763
1 file changed
src/components/About.tsx
@@ -40,6 +40,20 @@ const About = () => {
40
Research supported by the National Science Foundation (NSF) and Clemson University.
41
</p>
42
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
51
+ src="/clemson.png"
52
+ alt="Clemson University"
53
54
55
+ </div>
56
+
57
</div>
58
59
0 commit comments