mirror of
https://github.com/pompurin404/mihomo-party.git
synced 2024-11-16 03:32:17 +08:00
add icon
This commit is contained in:
parent
1515788458
commit
ba5380664a
|
@ -7,6 +7,7 @@ import GeneralConfig from '@renderer/components/settings/general-config'
|
|||
import MihomoConfig from '@renderer/components/settings/mihomo-config'
|
||||
import Actions from '@renderer/components/settings/actions'
|
||||
import ShortcutConfig from '@renderer/components/settings/shortcut-config'
|
||||
import { FaTelegramPlane } from 'react-icons/fa'
|
||||
|
||||
const Settings: React.FC = () => {
|
||||
return (
|
||||
|
@ -38,6 +39,18 @@ const Settings: React.FC = () => {
|
|||
>
|
||||
<IoLogoGithub className="text-lg" />
|
||||
</Button>
|
||||
<Button
|
||||
isIconOnly
|
||||
size="sm"
|
||||
variant="light"
|
||||
className="app-nodrag"
|
||||
title="Telegram群组"
|
||||
onPress={() => {
|
||||
window.open('https://t.me/mihomo_party')
|
||||
}}
|
||||
>
|
||||
<FaTelegramPlane className="text-lg" />
|
||||
</Button>
|
||||
</>
|
||||
}
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue
Block a user