chore: minor fixes and improvements

This commit is contained in:
liyasthomas
2021-08-28 10:57:21 +05:30
parent efbc21826b
commit 405e6c1e4e
15 changed files with 38 additions and 51 deletions

View File

@@ -100,7 +100,7 @@
</span>
<ButtonSecondary
outline
:label="$t('action.learn_more')"
:label="$t('app.documentation')"
to="https://docs.hoppscotch.io"
blank
svg="external-link"

View File

@@ -64,6 +64,14 @@
<span class="text-center pb-4">
{{ $t("empty.body") }}
</span>
<ButtonSecondary
outline
:label="$t('app.documentation')"
to="https://docs.hoppscotch.io"
blank
svg="external-link"
reverse
/>
</div>
</div>
</template>