Dashboard final version, TODO: update main sidebar menu
This commit is contained in:
@@ -7,7 +7,10 @@ const props = defineProps({
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h3 :class="cn('font-semibold leading-none tracking-tight', props.class)">
|
||||
<h3
|
||||
data-slot="card-title"
|
||||
:class="cn('leading-none font-semibold', props.class)"
|
||||
>
|
||||
<slot />
|
||||
</h3>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user