Skip to content

Commit 3612c4a

Browse files
committed
feat: add thesis publication link
1 parent 11415a5 commit 3612c4a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

apps/degree-thesis/docusaurus.config.js

+11
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,17 @@ const config = {
4141
navbar: {
4242
title: "Making TanStack Query feel more like the Cloud Firestore client-side SDK",
4343
items: [
44+
{
45+
type: "html",
46+
position: "right",
47+
value: `
48+
<a href="https://www.theseus.fi/handle/10024/800032" target="_blank" rel="noopener noreferrer" class="navbar__link" aria-label="Thesis publication on theseus.fi" style="display: flex; width: 24px; height: 24px;">
49+
<svg viewBox="0 0 88 88" xmlns="http://www.w3.org/2000/svg" role="decoration">
50+
<path d="M1 44v43h86V1H20.2l.2 33.2.1 33.3h47l.2-23.6.2-23.6-14.2.1-14.2.1v27.6l4.5-.3 4.5-.3.1-7c.2-12.6-.3-11.6 5.4-11.4l4.9.3v14.8L59 59H29.2V10H78l.1 2.2c.3 12.6 0 65-.4 65.4-.4.5-52 .8-65.2.5l-3-.1.2-38.5L9.8 1H1v43z" fill="currentColor"/>
51+
</svg>
52+
</a>
53+
`,
54+
},
4455
{
4556
type: "html",
4657
position: "right",

0 commit comments

Comments
 (0)