Skip to content

Commit

Permalink
chore: thesis defense talk
Browse files Browse the repository at this point in the history
  • Loading branch information
wodeni committed Sep 28, 2024
1 parent b24c2bd commit 58590ba
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/News.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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{" "}
<A href="https://youtu.be/gVZJc7_0T14?si=tyN741CBUqDtCa3r">
thesis defense talk
</A>
.
</>
),
},
{
time: new Date("2024-09-26"),
Expand Down

0 comments on commit 58590ba

Please sign in to comment.