We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0007cfc + 32303cb commit f00eed2Copy full SHA for f00eed2
demo/vue-app-new/src/components/AppDashboard.vue
@@ -214,7 +214,7 @@ const onSignPersonalMsg = async () => {
214
<template>
215
<div v-if="isDisplay('dashboard')" class="w-full h-full px-10">
216
<div class="grid h-full grid-cols-1 md:grid-cols-4 lg:grid-cols-6">
217
- <Card class="px-4 py-4 gird col-span-1 lg:col-span-2 h-full !rounded-3xl md:!rounded-r-none !shadow-none">
+ <Card class="px-4 py-4 grid col-span-1 lg:col-span-2 h-full !rounded-3xl md:!rounded-r-none !shadow-none">
218
<div class="mb-2">
219
<Button block size="xs" pill variant="tertiary" data-testid="btnClearConsole" @click="clearConsole">
220
{{ $t("app.buttons.btnClearConsole") }}
0 commit comments