Skip to content

Commit

Permalink
feat(equipment): add small size option to add group and type buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Perdolique committed Nov 30, 2024
1 parent 534d08b commit 34db907
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/pages/manager/equipment/groups.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<template #actions>
<PerdButton
icon="tabler:plus"
small
@click="onAddClick"
>
Add group
Expand Down
1 change: 1 addition & 0 deletions app/pages/manager/equipment/types.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<PageContent page-title="Equipment types">
<template #actions>
<PerdButton
small
icon="tabler:plus"
@click="onAddClick"
>
Expand Down

0 comments on commit 34db907

Please sign in to comment.