Skip to content

Commit

Permalink
Merge pull request #5673 from nextcloud/backport/5672/stable4.6
Browse files Browse the repository at this point in the history
[stable4.6] fix(appointments): Fix button style
  • Loading branch information
ChristophWurst authored Jan 8, 2024
2 parents 31e73ce + 3fd6885 commit 44afc4f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/components/AppointmentConfigModal/Confirmation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,11 @@
</template>
</EmptyContent>
<div class="app-config-modal-confirmation__buttons">
<a :href="config.bookingUrl"
class="button"
rel="noopener noreferrer"
target="_blank">
<NcButton :href="config.bookingUrl"
target="_blank"
rel="noopener noreferrer">
{{ t('calendar', 'Preview') }}
</a>
</NcButton>
<NcButton v-if="showCopyLinkButton"
@click="copyLink">
{{ t('calendar', 'Copy link') }}
Expand Down

0 comments on commit 44afc4f

Please sign in to comment.