From d1549d328c6accd7a50ff9aa8635da05c5488994 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=AC=B4=EB=9D=BC=EC=BF=A0=EB=AA=A8?= Date: Fri, 3 May 2024 10:11:12 +0900 Subject: [PATCH] style: Powered by Parsec Spaceship --- src/app.ts | 2 +- src/frontend/pages/index.welcome.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app.ts b/src/app.ts index 3e98818..d72336b 100644 --- a/src/app.ts +++ b/src/app.ts @@ -5,7 +5,7 @@ import axios from 'axios'; import { initDb } from './backend/services/db.js'; import { config } from './config.js'; -export const ua = `Mozilla/5.0 MisskeyTools +https://github.com/LycheeBridge/tools Node/${process.version} ${config.uaExtra ?? ''}`; +export const ua = `Mozilla/5.0 MisskeyTools +https://github.com/CloudToys/misskey-tools Node/${process.version} ${config.uaExtra ?? ''}`; axios.defaults.headers['User-Agent'] = ua; axios.defaults.headers['Content-Type'] = 'application/json'; diff --git a/src/frontend/pages/index.welcome.tsx b/src/frontend/pages/index.welcome.tsx index 0ea61a2..3d0c7d0 100644 --- a/src/frontend/pages/index.welcome.tsx +++ b/src/frontend/pages/index.welcome.tsx @@ -6,7 +6,7 @@ import { LoginForm } from '../components/LoginForm'; import styled from 'styled-components'; import { useSelector } from '../store'; import { IsMobileProp } from '../misc/is-mobile-prop'; -import { IconMThumbsUp, IconMHeartSuit, IconMGrinningFaceWithSmilingEyes, IconMPartyPopper, IconMCustard } from 'react-fluentui-emoji/lib/modern'; +import { IconMRocket, IconMHeartSuit, IconMGrinningFaceWithSmilingEyes, IconMPartyPopper, IconMCustard } from 'react-fluentui-emoji/lib/modern'; import { useAnnouncements } from '../hooks/useAnnouncements'; const Hero = styled.div` @@ -99,7 +99,7 @@ export const IndexWelcomePage: React.VFC = () => {
- +