Skip to content

Commit a6284b0

Browse files
committed
feat: add footer note about Nimiq Vitepress Theme in PageContent component
1 parent 4ef79ae commit a6284b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/nimiq-vitepress-theme/src/layout/PageContent.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ const { breadcrumbs } = useBreadcrumbs()
8585
<span v-else-if="shortHash" ml-1 font-mono text-neutral-800>({{ shortHash }})</span>
8686
</p>
8787
</div>
88+
<p text="center neutral-700" f-text-xs f-mt-2xs font-normal italic>
89+
Built with the <a href="https://onmax.github.io/nimiq-ui/vitepress-theme/" un-text-neutral-800 target="_blank" rel="noopener" underline>Nimiq Vitepress Theme</a>
90+
</p>
8891
</div>
8992
<SecondarySidebar />
9093
</div>

0 commit comments

Comments
 (0)