You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/(subpages)/about/page.tsx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -35,12 +35,12 @@ export default function Page() {
35
35
<div>
36
36
<h5>Other:</h5>
37
37
<p>I'm doing very amateur photography, you can check out my <Linkhref="https://unsplash.com/@rivea0">Unsplash</Link>.</p>
38
-
<p>I also write down some fleeting thoughts at <Linkhref="https://thementaltraveller.bearblog.dev">thementaltraveller.bearblog.dev</Link>.</p>
38
+
<p>I also write down some fleeting thoughts at <Linkhref="https://thementaltraveller.bearblog.dev/notes">thementaltraveller.bearblog.dev</Link>.</p>
39
39
<divclassName={styles.secondaryDiv}>
40
40
<p><em>If you're interested in working with me, you can check out <Linkhref="/work-with-me">this page</Link>.</em></p>
41
41
</div>
42
42
<hr/>
43
-
<p><em>This site is built using <ahref="https://nextjs.org">Next.js</a>, licensed under <Linkhref="">MIT</Link>.</em></p>
43
+
<p><em>This site is built using <ahref="https://nextjs.org">Next.js</a>, licensed under <Linkhref="https://github.com/rivea0/rivea0.github.io/blob/main/LICENSE">MIT</Link>.</em></p>
44
44
<p><em><Linkhref="https://www.goatcounter.com">GoatCounter</Link> (which is <Linkhref="https://github.com/arp242/goatcounter">open source</Link>!) is used for privacy-friendly analytics.</em></p>
45
45
<p><em>Blog content licensed under <Linkhref="https://creativecommons.org/licenses/by-sa/4.0">CC BY-SA 4.0</Link>.</em></p>
0 commit comments