Skip to content

Commit

Permalink
chore: dissertation news
Browse files Browse the repository at this point in the history
  • Loading branch information
wodeni committed Sep 2, 2024
1 parent e5b3180 commit d664f8c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/News.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ interface News {
}

const news: News[] = [
{
time: new Date("2024-09-26"),
msg: (
<>Finished the dissertation document and will defend in a few weeks!</>
),
},
{
time: new Date("2024-07-19"),
msg: (
Expand Down

0 comments on commit d664f8c

Please sign in to comment.