refactor: key actions to use button component

This commit is contained in:
Zack Spear
2023-07-07 13:05:00 -07:00
committed by Zack Spear
parent b1019b6f32
commit 1906bd1d7d
2 changed files with 12 additions and 18 deletions
@@ -35,6 +35,8 @@ const showExpireTime = computed(() => {
<BrandButton
class="w-full"
@click="action.click()"
:external="action?.external"
:href="action?.href"
:icon="action.icon"
:text="action.text"
/>