Skip to content

Commit

Permalink
feat: add new logo
Browse files Browse the repository at this point in the history
  • Loading branch information
mo4islona committed Jul 2, 2024
1 parent 46b7aea commit a118fe1
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 34 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const config = {
baseUrl: '/',
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
favicon: 'img/favicon.png',
staticDirectories: ['static'],

// GitHub pages deployment config.
Expand Down Expand Up @@ -64,8 +64,8 @@ const config = {
navbar: {
logo: {
alt: 'Subsquids',
src: 'img/logo-light.svg',
srcDark: 'img/logo-dark.svg',
src: 'img/logo-dark.svg',
srcDark: 'img/logo-light.svg',
},
items: [
{
Expand Down
8 changes: 7 additions & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -493,8 +493,14 @@ html {
display: none !important;
}

.navbar__logo {
display: flex;
align-items: center;
}

.navbar__logo img {
display: block !important;
display: block;
height: auto;
}

ul, ol {
Expand Down
Binary file removed static/img/favicon-96x96.png
Binary file not shown.
Binary file removed static/img/favicon.ico
Binary file not shown.
Binary file added static/img/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 7 additions & 10 deletions static/img/logo-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 7 additions & 10 deletions static/img/logo-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 0 additions & 10 deletions static/img/logo.svg

This file was deleted.

0 comments on commit a118fe1

Please sign in to comment.