Skip to content

Commit

Permalink
Update logo and favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
remarcable committed Jan 23, 2025
1 parent e9ae811 commit 2c53cd2
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 3 deletions.
29 changes: 26 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,26 @@ const config = {
locales: ["en"],
},

headTags: [
{
tagName: "link",
attributes: {
rel: "icon",
type: "image/png",
href: "/img/favicon-96x96.png",
sizes: "96x96",
},
},
{
tagName: "link",
attributes: {
rel: "icon",
type: "image/svg+xml",
href: "/img/favicon.svg",
},
},
],

plugins: [
[
"@docusaurus/plugin-client-redirects",
Expand Down Expand Up @@ -239,17 +259,20 @@ const config = {
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
image: "img/eigenda-logo.png",
image: "img/eigenda-logo.svg",

colorMode: {
disableSwitch: true,
defaultMode: "light",
},
navbar: {
title: "EigenDA Docs",
// title: "Docs",
logo: {
alt: "EigenDA Logo",
src: "img/eigenda-logo.png",
src: "img/eigenda-logo.svg",
style: {
marginLeft: 32,
},
},
items: [
{
Expand Down
Binary file removed static/img/eigenda-logo.png
Binary file not shown.
18 changes: 18 additions & 0 deletions static/img/eigenda-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/favicon.ico
Binary file not shown.
4 changes: 4 additions & 0 deletions static/img/favicon.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 2c53cd2

Please sign in to comment.