diff --git a/web/src/components/LinuxDoIcon.js b/web/src/components/LinuxDoIcon.js new file mode 100644 index 0000000..c23cd68 --- /dev/null +++ b/web/src/components/LinuxDoIcon.js @@ -0,0 +1,27 @@ +import React from 'react'; +import { Icon } from '@douyinfe/semi-ui'; + +const LinuxDoIcon = (props) => { + function CustomIcon() { + return ( + + + + ); + } + + return } />; +}; + +export default LinuxDoIcon; \ No newline at end of file diff --git a/web/src/components/LoginForm.js b/web/src/components/LoginForm.js index b5fb7fd..f840c11 100644 --- a/web/src/components/LoginForm.js +++ b/web/src/components/LoginForm.js @@ -27,6 +27,7 @@ import TelegramLoginButton from 'react-telegram-login'; import { IconGithubLogo, IconAlarm } from '@douyinfe/semi-icons'; import WeChatIcon from './WeChatIcon'; import { setUserData } from '../helpers/data.js'; +import LinuxDoIcon from './LinuxDoIcon.js'; const LoginForm = () => { const [inputs, setInputs] = useState({ @@ -247,8 +248,7 @@ const LoginForm = () => { )} {status.linuxdo_oauth ? (