Skip to content
Snippets Groups Projects
Commit f6629c0d authored by Ciarán Ainsworth's avatar Ciarán Ainsworth Committed by Eliot Berriot
Browse files

Added a link to changelog for version, added some CSS to change color of...

Added a link to changelog for version, added some CSS to change color of instance/keyboard shortcuts
parent 5648ee29
No related branches found
No related tags found
No related merge requests found
......@@ -10,9 +10,9 @@
<router-link class="item" to="/about">
<translate translate-context="Footer/About/List item.Link">About page</translate>
</router-link>
<div class="item" v-if="version">
<translate translate-context="Footer/*/List item" :translate-params="{version: version}" >Version %{version}</translate>
</div>
<a v-if="version" class="item" href="https://docs.funkwhale.audio/changelog.html" target="_blank">
<translate translate-context="Footer/*/List item" :translate-params="{version: version}" >Version %{version}</translate>
</a>
<div role="button" class="item" @click="$emit('show:set-instance-modal')" >
<translate translate-context="Footer/*/List item.Link">Use another instance</translate>
</div>
......@@ -83,4 +83,9 @@ export default {
footer p {
color: grey;
}
footer#footer div.item:hover {
color: rgba(0, 0, 0, 0.87);
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment