Skip to content

Commit

Permalink
fix: update calendar sharing icon
Browse files Browse the repository at this point in the history
Signed-off-by: gpeter2706 <peter.germelmann@gmail.com>
  • Loading branch information
germelmann committed Jul 11, 2024
1 parent ea0e759 commit 55cb697
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<template>
<div class="publish-calendar">
<div class="publish-calendar__icon">
<LinkVariant :size="20" />
<LinkIcon :size="20" />
</div>

<p class="publish-calendar__label">
Expand Down Expand Up @@ -139,7 +139,7 @@ import ContentCopy from 'vue-material-design-icons/ContentCopy.vue'
import CodeBrackets from 'vue-material-design-icons/CodeBrackets.vue'
import Delete from 'vue-material-design-icons/Delete.vue'
import Email from 'vue-material-design-icons/Email.vue'
import LinkVariant from 'vue-material-design-icons/LinkVariant.vue'
import LinkIcon from 'vue-material-design-icons/Link.vue'

Check warning on line 142 in src/components/AppNavigation/EditCalendarModal/PublishCalendar.vue

View check run for this annotation

Codecov / codecov/patch

src/components/AppNavigation/EditCalendarModal/PublishCalendar.vue#L142

Added line #L142 was not covered by tests
import PlusIcon from 'vue-material-design-icons/Plus.vue'
import { mapStores } from 'pinia'
import useCalendarsStore from '../../../store/calendars.js'
Expand All @@ -156,7 +156,7 @@ export default {
CodeBrackets,
Delete,
Email,
LinkVariant,
LinkIcon,

Check warning on line 159 in src/components/AppNavigation/EditCalendarModal/PublishCalendar.vue

View check run for this annotation

Codecov / codecov/patch

src/components/AppNavigation/EditCalendarModal/PublishCalendar.vue#L159

Added line #L159 was not covered by tests
PlusIcon,
},
directives: {
Expand Down

0 comments on commit 55cb697

Please sign in to comment.