Browse Source

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

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

1
src/views/HelpView.vue

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

Loading…
Cancel
Save