Skip to content

Commit

Permalink
fix: Add version to homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Apr 25, 2024
1 parent 900d5b5 commit e75ec07
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions web/pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<script lang="ts" setup>
import { version } from '~~/package.json';
const createNewProject = useCreateNewProject();
const projects = useProjects();
Expand Down Expand Up @@ -47,14 +49,21 @@ const deleteProject = useDeleteProject();
</li>
<li class="text-center pt-16 opacity-50">
<ULink
class="underline"
class="hover:underline"
to="https://github.com/aklinker1/cutlist/tags"
target="blank"
>v{{ version }}</ULink
>
&ensp;&bull;&ensp;
<ULink
class="hover:underline"
to="https://github.com/aklinker1/cutlist"
target="blank"
>GitHub</ULink
>
&ensp;&bull;&ensp;
<ULink
class="underline"
class="hover:underline"
to="https://github.com/aklinker1/cutlist/wiki"
target="blank"
>User Manual</ULink
Expand Down

0 comments on commit e75ec07

Please sign in to comment.