xmr-btc-swap/docs/theme.config.jsx

21 lines
654 B
JavaScript

import Logo from "./components/Logo";
export default {
logo: <Logo />,
project: {
link: "https://github.com/eigenwallet/core",
},
head: (
<>
<title>UnstoppableSwap Docs</title>
<meta name="description" content="UnstoppableSwap Docs" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="icon" href="/icon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="manifest" href="/manifest.webmanifest" />
</>
),
primaryHue: 14.3,
primarySaturation: 90.68,
};