Skip to content

Commit e27efe4

Browse files
committed
fix: update footer icon and improve bio for clarity
1 parent a72c918 commit e27efe4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export function Footer() {
4747
<div className="lg:col-span-2 space-y-4">
4848
<div className="flex items-center space-x-2">
4949
<div className="w-10 h-10 rounded-lg bg-gradient-to-br from-orange-400 to-orange-600 flex items-center justify-center">
50-
<span className="text-white font-bold text-lg">Φ</span>
50+
<span className="text-white font-bold text-lg">ω</span>
5151
</div>
5252
<span className="text-xl font-semibold">Roots of Unity</span>
5353
</div>

src/components/Team.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export function Team() {
2828
name: "Michael Shi",
2929
role: "Lead Problem Setter / Marker",
3030
grade: "Grade 11",
31-
bio: "My name is Michael Shi, and I oversee all math coaching sessions and curriculum. I’m passionate about contest mathematics and Track and Field, and I enjoy problem-solving under the lens of challenging math problems. Accomplishments include: CEMC Euclid Group V Honor Roll, CIMC Group III Honor Roll, Fermat Group II Honor Roll.",
31+
bio: "My name is Michael Shi, and I oversee all problem-setting and marking activities. I’m passionate about contest mathematics and Track and Field, and I enjoy problem-solving under the lens of challenging math problems. Accomplishments include: CEMC Euclid Group V Honor Roll, CIMC Group III Honor Roll, Fermat Group II Honor Roll.",
3232
image: michaelImage,
3333
social: {
3434
github: "https://github.com/cheappotatox",

0 commit comments

Comments
 (0)