Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit cba6b46

Browse files
darthezMaciej Rys
andauthored
Add new logo (#114)
* add new logo * fix favicon --------- Co-authored-by: Maciej Rys <[email protected]>
1 parent 15016e9 commit cba6b46

File tree

5 files changed

+20
-43
lines changed

5 files changed

+20
-43
lines changed

docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
88
const config = {
99
title: 'Fishjam',
1010
tagline: 'FishJosh is cool',
11-
favicon: 'img/membrane-signet-light.svg',
11+
favicon: 'img/sygnet-black.svg',
1212

1313
// Set the production url of your site here
1414
url: 'https://fishjam-dev.github.io/',
@@ -101,12 +101,12 @@ const config = {
101101
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
102102
({
103103
// Replace with your project's social card
104-
image: 'img/membrane-signet-light.svg',
104+
image: 'img/logo-black.svg',
105105
navbar: {
106106
title: 'Fishjam Docs',
107107
logo: {
108108
alt: 'Fishjam Logo',
109-
src: 'img/membrane-signet-light.svg',
109+
src: 'img/logo-black.svg',
110110
},
111111
items: [
112112
{

static/img/logo-black.svg

Lines changed: 12 additions & 0 deletions
Loading

static/img/membrane-signet-light.svg

Lines changed: 0 additions & 20 deletions
This file was deleted.

static/img/membrane-signet.svg

Lines changed: 0 additions & 20 deletions
This file was deleted.

static/img/sygnet-black.svg

Lines changed: 5 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)