From 9403f16a7111cd8e4b57ffe337880e2d1da4c211 Mon Sep 17 00:00:00 2001 From: jyswee Date: Thu, 23 Jul 2026 22:58:42 +0000 Subject: [PATCH] Seed: education template (18 files) --- src/pages/Instructors.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Instructors.tsx b/src/pages/Instructors.tsx index 86bf2bd..c78144b 100644 --- a/src/pages/Instructors.tsx +++ b/src/pages/Instructors.tsx @@ -32,8 +32,8 @@ export default function InstructorsPage() {
{instructors.map((inst, i) => ( - -
+ +
{inst.name.split(" ").map(n => n[0]).join("")}

{inst.name}