From 58590ba56926416bf250f723ad06f2c84e5bea0d Mon Sep 17 00:00:00 2001 From: wodeni Date: Sat, 28 Sep 2024 14:44:59 -0400 Subject: [PATCH] chore: thesis defense talk --- src/News.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/News.tsx b/src/News.tsx index f9d1ca1..5784f79 100644 --- a/src/News.tsx +++ b/src/News.tsx @@ -8,7 +8,15 @@ interface News { const news: News[] = [ { time: new Date("2024-09-27"), - msg: <>I guess I'm Dr.Nimo now., + msg: ( + <> + I guess I'm Dr.Nimo now. Watch my{" "} + + thesis defense talk + + . + + ), }, { time: new Date("2024-09-26"),