mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-09 12:46:10 -05:00
Merge branch 'main' of https://github.com/Sendouc/sendou.ink into main
This commit is contained in:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user