refactor(sh-admin): updated documentation links in dashboard (#4560)

Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
This commit is contained in:
Joel Jacob Stephen
2024-11-26 07:43:08 -06:00
committed by GitHub
parent e8ed938b4c
commit 37bf0567ea
4 changed files with 16 additions and 7 deletions

View File

@@ -15,7 +15,7 @@
{{ statusCode }}
</h1>
<p class="mb-4 text-secondaryLight">{{ message }}</p>
<p class="mt-4 space-x-2">
<div class="mt-4 space-x-2">
<HoppButtonSecondary
to="/"
:icon="IconHome"
@@ -28,7 +28,7 @@
filled
@click="reloadApplication"
/>
</p>
</div>
</div>
</template>