mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
chore(web): adjust profile icon
This commit is contained in:
@@ -50,7 +50,7 @@ import { computed, type Component } from 'vue'
|
||||
import { storeToRefs } from 'pinia'
|
||||
import { useRouter, useRoute } from 'vue-router'
|
||||
import { useI18n } from 'vue-i18n'
|
||||
import { ChevronLeft, Bot, Boxes, Globe, Brain, Volume2, Mail, AppWindow, ChartLine, Settings } from 'lucide-vue-next'
|
||||
import { ChevronLeft, Bot, Boxes, Globe, Brain, Volume2, Mail, AppWindow, ChartLine, User } from 'lucide-vue-next'
|
||||
import { useChatSelectionStore } from '@/store/chat-selection'
|
||||
import {
|
||||
Sidebar,
|
||||
@@ -133,7 +133,7 @@ const navItems = computed<{ title: string; name: string; icon: Component }[]>(()
|
||||
{
|
||||
title: t('sidebar.profile'),
|
||||
name: 'profile',
|
||||
icon: Settings,
|
||||
icon: User,
|
||||
},
|
||||
])
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user