Skip to content

Commit 03260fc

Browse files
committed
cleanup sidebar
1 parent 5059b2b commit 03260fc

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

src/components/SideBar.vue

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ import { useSlots } from 'vue';
44
import SidebarCloseBtn from '@/components/SidebarCloseBtn.vue';
55
import { useSidebar } from '@/composables/useSidebar';
66
import NewEventBtn from '@/components/NewEventBtn.vue';
7-
import { exportZip } from '@/utils';
8-
import { LuFolderArchive, LuRefreshCcw } from 'vue-icons-plus/lu';
7+
import { LuRefreshCcw } from 'vue-icons-plus/lu';
98
import { syncAllWrapper } from '@/services/gitSync';
109
import { notifyEventsChanged } from '@/composables/useEventsRefresh';
1110
@@ -42,14 +41,6 @@ async function syncAndReload() {
4241
<router-link to="/guide" title="Guide" aria-label="Guide">
4342
<FiHelpCircle />
4443
</router-link>
45-
<button
46-
type="button"
47-
:title="$t('actions.exportCalendars')"
48-
:aria-label="$t('actions.exportCalendars')"
49-
@click="exportZip('')"
50-
>
51-
<LuFolderArchive style="transform: scale(1.1)" />
52-
</button>
5344
<button
5445
type="button"
5546
:title="$t('actions.syncCalendars')"
@@ -59,7 +50,7 @@ async function syncAndReload() {
5950
<LuRefreshCcw />
6051
</button>
6152
<a
62-
href="https://github.com/git-calendar/web-client"
53+
href="https://github.com/git-calendar"
6354
target="_blank"
6455
rel="noopener noreferrer"
6556
:title="$t('actions.sourceCode')"

0 commit comments

Comments
 (0)