From 5c86e7192e679800888e2b122eb34fdc8584eaa4 Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Mon, 13 May 2024 09:39:46 -0700 Subject: [PATCH] Removed 'v' prefix from sidebar --- lib/pinchflat_web/components/layouts/partials/sidebar.html.heex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pinchflat_web/components/layouts/partials/sidebar.html.heex b/lib/pinchflat_web/components/layouts/partials/sidebar.html.heex index 5653317..d8b8de9 100644 --- a/lib/pinchflat_web/components/layouts/partials/sidebar.html.heex +++ b/lib/pinchflat_web/components/layouts/partials/sidebar.html.heex @@ -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]}')"} > - Pinchflat v<%= Application.spec(:pinchflat)[:vsn] %> + Pinchflat <%= Application.spec(:pinchflat)[:vsn] %>