Skip to content

Commit 50e859b

Browse files
committed
cleanup: rm ver. when hovering Aplos link (footer)
1 parent a15c5b0 commit 50e859b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8888

8989
- Update Aplos link in footer
9090

91+
- Remove the version that is shown hovering over the Aplos link in footer
92+
9193
---
9294

9395
### Development

src/components/Footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const { theme } = useData();
4747
</p>
4848
<small v-if="theme.footer.poweredBy" id="powered">
4949
Powered by <a href="https://vitepress.dev/">VitePress</a> and
50-
<a href="https://aplos.gxbs.dev" title="v1.5.0 (prerelease)">Aplós</a>
50+
<a href="https://aplos.gxbs.dev">Aplós</a>
5151
</small>
5252
<small v-if="theme.footer.message">{{ theme.footer.message }}</small>
5353
</footer>

0 commit comments

Comments
 (0)