Skip to content

Commit

Permalink
added new banner and gomme skin
Browse files Browse the repository at this point in the history
  • Loading branch information
CrawlingTug committed Oct 24, 2024
1 parent f532d2f commit 384e402
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand All @@ -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",
Expand Down
Binary file added src/components/LandingPage/gommeskin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/components/LandingPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export default function HomepageMinimal(): JSX.Element {
<div className={clsx("container", styles.centerContent)}>
<div className="text--center">
<img
src={require("./placeholder.png").default}
alt="Placeholder Image"
src={require("./gommeskin.png").default}
alt="Citybuld Wiki Gomme"
className={styles.image}
/>
</div>
Expand Down
Binary file removed src/components/LandingPage/placeholder.png
Binary file not shown.
Binary file removed static/img/docusaurus-social-card.jpg
Binary file not shown.
Binary file added static/img/wiki_banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 384e402

Please sign in to comment.