File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
apps/renderer/src/pages/(main)/(layer)/(subview)/rsshub Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import {
11
11
import type { RSSHubModel } from "@follow/models"
12
12
import { useTranslation } from "react-i18next"
13
13
14
+ import RSSHubIcon from "~/assets/rsshub-icon.png"
14
15
import { whoami } from "~/atoms/user"
15
16
import { useModalStack } from "~/components/ui/modal/stacked/hooks"
16
17
import { useAuthQuery } from "~/hooks/common"
@@ -31,7 +32,10 @@ export function Component() {
31
32
32
33
return (
33
34
< div className = "relative flex w-full max-w-4xl flex-col items-center gap-8 px-4 pb-8 lg:pb-4" >
34
- < div className = "pt-12 text-2xl font-bold" > { t ( "words.rsshub" , { ns : "common" } ) } </ div >
35
+ < div className = "motion-preset-shake center text-accent motion-delay-500" >
36
+ < img src = { RSSHubIcon } className = "mt-12 size-20" />
37
+ </ div >
38
+ < div className = "text-2xl font-bold" > { t ( "words.rsshub" , { ns : "common" } ) } </ div >
35
39
< div className = "text-sm" > { t ( "rsshub.description" ) } </ div >
36
40
< Button
37
41
onClick = { ( ) =>
You can’t perform that action at this time.
0 commit comments