Skip to content

Commit

Permalink
Removed 'v' prefix from sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
kieraneglin committed May 13, 2024
1 parent 77a9ff4 commit 5c86e71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
class="group relative flex items-center gap-2.5 px-4 pt-2 text-sm"
x-on:click={"markVersionAsSeen('#{Application.spec(:pinchflat)[:vsn]}')"}
>
<span>Pinchflat v<%= Application.spec(:pinchflat)[:vsn] %></span>
<span>Pinchflat <%= Application.spec(:pinchflat)[:vsn] %></span>
<a
href="https://github.com/kieraneglin/pinchflat/releases"
target="_blank"
Expand Down

0 comments on commit 5c86e71

Please sign in to comment.