diff --git a/pages/_meta.json b/pages/_meta.json index 5e6a9a1..9009469 100644 --- a/pages/_meta.json +++ b/pages/_meta.json @@ -3,7 +3,7 @@ "chain-registry": "Chain Registry", "cosmos-kit": "Cosmos Kit", "create-cosmos-app": "Create Cosmos App", - "cwsc": "CWScript Compiler", + "cwsc": "CWScript", "interchain-ui": "Interchain UI", "osmojs": "OsmoJS", "sign": "Sign", diff --git a/public/images/favicon.svg b/public/images/favicon.svg new file mode 100644 index 0000000..d0baba0 --- /dev/null +++ b/public/images/favicon.svg @@ -0,0 +1,27 @@ + + + + + + + + + \ No newline at end of file diff --git a/public/images/icon.ico b/public/images/icon.ico deleted file mode 100644 index d7b1d76..0000000 Binary files a/public/images/icon.ico and /dev/null differ diff --git a/theme.config.jsx b/theme.config.jsx index ab20673..4ea8485 100644 --- a/theme.config.jsx +++ b/theme.config.jsx @@ -4,10 +4,12 @@ import React from "react"; export default { logo: ( - + <> + + +   cosmology + + ), logoLink: "https://docs.cosmology.zone", project: { @@ -48,7 +50,7 @@ export default { - + {_title} ); @@ -56,8 +58,14 @@ export default { sidebar: { defaultMenuCollapseLevel: 1, }, - primaryHue: 260, - primarySaturation: 75, + primaryHue: { + light: 260, + dark: 265, + }, + primarySaturation: { + light: 75, + dark: 100, + }, useNextSeoProps() { const { asPath } = useRouter(); if (asPath !== "/") {