mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-10 21:00:37 -05:00
Merge branch 'main' of https://github.com/Sendouc/sendou.ink into main
This commit is contained in:
commit
a7d10311c4
|
|
@ -8,7 +8,7 @@ const Footer: React.FC = () => {
|
|||
const species = useRouter().asPath.charCodeAt(1) % 2 === 0 ? "squid" : "octo";
|
||||
const { themeColorHex: themeColor } = useMyTheme();
|
||||
const footerImageSrc = useColorModeValue(
|
||||
{ octo: "b8ing_light", squid: "boing_dark" },
|
||||
{ octo: "b8ing_light", squid: "boing_light" },
|
||||
{ octo: "b8ing_dark", squid: "boing_dark" }
|
||||
)[species];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user