Skip to content

Commit

Permalink
fix(appointments): Fix button style
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Merkel <[email protected]>
  • Loading branch information
JohannesGGE committed Jan 8, 2024
1 parent 3bc0d2d commit da06ac5
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">

Check warning on line 33 in src/components/AppointmentConfigModal/Confirmation.vue

View check run for this annotation

Codecov / codecov/patch

src/components/AppointmentConfigModal/Confirmation.vue#L33

Added line #L33 was not covered by tests
{{ t('calendar', 'Preview') }}
</a>
</NcButton>
<NcButton v-if="showCopyLinkButton"
@click="copyLink">
{{ t('calendar', 'Copy link') }}
Expand Down

0 comments on commit da06ac5

Please sign in to comment.