Skip to content

Commit

Permalink
✨ link to release notes on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
haliphax committed Sep 21, 2023
1 parent 2bc1785 commit 7ce00a3
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion src/front-end/scripts/views/home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,14 @@ export default Home;
<template>
<h1>
narf!
<code>{{ version }}</code>
<code>
<a
:href="`https://github.com/haliphax/narf/releases/tag/v${version}`"
title="Release notes"
>
{{ version }}
</a>
</code>
<small>Simple story points estimation</small>
</h1>
<details :open="openProfile">
Expand Down Expand Up @@ -59,6 +66,16 @@ code {
font-size: 0.75em;
position: relative;
top: -0.25em;
a {
color: inherit;
text-decoration: none;
&:hover,
&:focus {
text-decoration: underline;
}
}
}
small {
Expand Down

0 comments on commit 7ce00a3

Please sign in to comment.