diff --git a/src/components/layouts/Honkai3rdLayout.tsx b/src/components/layouts/Honkai3rdLayout.tsx index 30805b6e..2e3c0d14 100644 --- a/src/components/layouts/Honkai3rdLayout.tsx +++ b/src/components/layouts/Honkai3rdLayout.tsx @@ -40,65 +40,78 @@ const Honkai3rdLayout: React.FC = ({ children }) => { - - + +

We have decided to stop updating in-game data since v6.9

+

+ This is because we cannot extract in-game data anymore. If you can help us to extract the data, please join + our discord channel and ping @s4kuraknoll.{' '} + + https://discord.gg/UnrM9T9PRs + +

- - + - - - - setHiddenMobileNav(false)}> - + + + + + -
+ + setHiddenMobileNav(false)}> + + + - {children} - + {children} + + ) }