Skip to content

Commit

Permalink
fix button
Browse files Browse the repository at this point in the history
  • Loading branch information
ehab-hassan committed Jan 9, 2025
1 parent d44c2f8 commit 500da5e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 24 deletions.
7 changes: 1 addition & 6 deletions packages/playground/src/weblets/freeflow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,7 @@
</d-tabs>

<template #footer-actions="{ validateBeforeDeploy }">
<v-btn
variant="elevated"
class="text-primery px-10 py-3 h-auto text-subtitle-1"
@click="validateBeforeDeploy(deploy)"
text="Deploy"
/>
<v-btn color="secondary" @click="validateBeforeDeploy(deploy)" text="Deploy" />
</template>
</weblet-layout>
</template>
Expand Down
7 changes: 1 addition & 6 deletions packages/playground/src/weblets/tf_gitea.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,7 @@
</d-tabs>

<template #footer-actions="{ validateBeforeDeploy }">
<v-btn
variant="elevated"
class="text-primery px-10 py-3 h-auto text-subtitle-1"
@click="validateBeforeDeploy(deploy)"
text="Deploy"
/>
<v-btn color="secondary" variant="outlined" @click="validateBeforeDeploy(deploy)" text="Deploy" />
</template>
</weblet-layout>
</template>
Expand Down
7 changes: 1 addition & 6 deletions packages/playground/src/weblets/tf_nostr.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,7 @@
</d-tabs>

<template #footer-actions="{ validateBeforeDeploy }">
<v-btn
variant="elevated"
class="text-primery px-10 py-3 h-auto text-subtitle-1"
@click="validateBeforeDeploy(deploy)"
text="Deploy"
/>
<v-btn color="secondary" variant="outlined" @click="validateBeforeDeploy(deploy)" text="Deploy" />
</template>
</weblet-layout>
</template>
Expand Down
7 changes: 1 addition & 6 deletions packages/playground/src/weblets/tfrobot.vue
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,7 @@
</d-tabs>

<template #footer-actions="{ validateBeforeDeploy }">
<v-btn
variant="elevated"
class="text-primery px-10 py-3 h-auto text-subtitle-1"
@click="validateBeforeDeploy(deploy)"
text="Deploy"
/>
<v-btn color="secondary" variant="outlined" @click="validateBeforeDeploy(deploy)" text="Deploy" />
</template>
</weblet-layout>
</template>
Expand Down

0 comments on commit 500da5e

Please sign in to comment.