mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-19 19:24:03 +00:00
Upgrade to Heroicons v2 (#281)
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
import { ref, reactive, watchEffect, computed } from 'vue'
|
||||
import BaseList from '@/scripts/components/list/BaseList.vue'
|
||||
import BaseListItem from '@/scripts/components/list/BaseListItem.vue'
|
||||
import { OfficeBuildingIcon, UserIcon } from '@heroicons/vue/outline'
|
||||
import { BuildingOfficeIcon, UserIcon } from '@heroicons/vue/24/outline'
|
||||
import { useGlobalStore } from '@/scripts/customer/stores/global'
|
||||
import { useI18n } from 'vue-i18n'
|
||||
const { t } = useI18n()
|
||||
@@ -94,7 +94,7 @@ const menuItems = reactive([
|
||||
{
|
||||
link: `/${globalStore.companySlug}/customer/settings/address-info`,
|
||||
title: t('settings.menu_title.address_information'),
|
||||
icon: OfficeBuildingIcon,
|
||||
icon: BuildingOfficeIcon,
|
||||
},
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user