Skip to content

Commit f07e628

Browse files
committed
fix: update cancer journey details in homepage
1 parent dcd4224 commit f07e628

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/pages/index.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ const IndexPage: React.FC = () => {
1414
<code className="language-javascript">
1515
// TODO: Complete website...
1616
<br />
17-
// I'm currently fighting a cancer again. This is the second time.
17+
// I'm currently fighting a cancer again. This is{' '}
18+
<Link to="/lymphoma/2025-09-18/">the third time</Link>.
1819
<br />
19-
// I created a blog about it, which I'm migrating{' '}
20+
// I created a blog about it, take a look at it{' '}
2021
<Link to="/lymphoma">here</Link>.
2122
</code>
2223
</pre>

0 commit comments

Comments
 (0)