mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-07 07:42:45 +01:00
feat: add reactions (#1074)
This commit is contained in:
@@ -25,7 +25,7 @@ withDefaults(defineProps<Props>(), {
|
||||
|
||||
<Button v-if="!hideAdd" variant="ghost" size="icon" class="h-8 w-8" @click="emit('add')">
|
||||
<Plus class="size-4" />
|
||||
<span class="sr-only">Add link</span>
|
||||
<span class="sr-only">Add item</span>
|
||||
</Button>
|
||||
</div>
|
||||
<Card v-if="$slots.default" class="p-0">
|
||||
|
||||
Reference in New Issue
Block a user