diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 3300db7..41c689c 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -56,7 +56,7 @@ const config: Config = { ], themeConfig: { - image: "img/docusaurus-social-card.jpg", + image: "img/wiki_banner.png", navbar: { title: "GommeHD.net CityBuild Wiki", logo: { @@ -76,9 +76,9 @@ const config: Config = { position: "left", }, { - href: 'https://github.com/gommehdnet/citybuild-wiki', - label: 'GitHub', - position: 'right', + href: "https://github.com/gommehdnet/citybuild-wiki", + label: "GitHub", + position: "right", }, /*{ type: "localeDropdown", diff --git a/src/components/LandingPage/gommeskin.png b/src/components/LandingPage/gommeskin.png new file mode 100644 index 0000000..c5c4cf9 Binary files /dev/null and b/src/components/LandingPage/gommeskin.png differ diff --git a/src/components/LandingPage/index.tsx b/src/components/LandingPage/index.tsx index 9842d20..cd8c7d6 100644 --- a/src/components/LandingPage/index.tsx +++ b/src/components/LandingPage/index.tsx @@ -7,8 +7,8 @@ export default function HomepageMinimal(): JSX.Element {