style: change github subscribe bot icon

pull/100/head
moonrailgun 2 years ago
parent 40b007698f
commit e254341526

@ -2,6 +2,7 @@ import React, { useState } from 'react';
import { Icon as Iconify, IconProps } from '@iconify/react';
const placeHolderStyle = { width: '1em', height: '1em' };
export const Icon: React.FC<Omit<IconProps, 'ref'>> = React.memo((props) => {
const [loaded, setLoaded] = useState(false);

@ -58,7 +58,7 @@ class GithubSubscribeService extends TcService {
const botUserId = await this.broker.call('user.ensurePluginBot', {
botId: 'github-bot',
nickname: 'Github Bot',
avatar: 'https://api.iconify.design/entypo-social/github.svg',
avatar: '/images/avatar/github-dark.svg',
});
this.logger.info('Github Bot Id:', botUserId);

Loading…
Cancel
Save