Skip to content

Commit

Permalink
feat: add Discord link to header
Browse files Browse the repository at this point in the history
  • Loading branch information
erdkse committed Mar 1, 2023
1 parent d13e7c8 commit 572dffb
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 4 deletions.
9 changes: 6 additions & 3 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,15 @@ const config = {
navbar: {
logo: {
alt: 'Monokle',
src: 'img/MonokleLogoDark.svg',
src: 'img/NewMonokleLogoDark.svg',
href: '/',
},
title: 'Monokle',

items: [
{
href: 'https://discord.gg/6zupCZFQbe',
label: 'Discord',
position: 'left',
},
{
type: 'html',
position: 'right',
Expand Down
2 changes: 1 addition & 1 deletion docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/* You can override the default Infima variables here. */
:root {
--ifm-color-primary: #2e8555;
--ifm-color-primary: #5273e0;
--ifm-color-primary-dark: #29784c;
--ifm-color-primary-darker: #277148;
--ifm-color-primary-darkest: #205d3b;
Expand Down
21 changes: 21 additions & 0 deletions docs/static/img/NewMonokleLogoDark.svg
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 572dffb

Please sign in to comment.