Browse Source

feat: add the version on the top of the Help screen by the title

Trent Larson 13 hours ago
parent
commit
36acbcf160
  1. 1
      src/views/HelpView.vue

1
src/views/HelpView.vue

@ -18,6 +18,7 @@
<!-- Heading -->
<h1 id="ViewHeading" class="text-4xl text-center font-light pt-4 mb-8">
Help
<span class="text-xs text-gray-500">{{ package.version }}</span>
</h1>
</div>

Loading…
Cancel
Save