Skip to content

Commit 75457fe

Browse files
committed
Updating logo
1 parent 914cefe commit 75457fe

3 files changed

Lines changed: 26 additions & 7 deletions

File tree

docusaurus.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -659,13 +659,13 @@ const config = {
659659
themeConfig:
660660
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
661661
({
662-
image: 'img/eigencloud-logo-blue.png',
662+
image: 'img/eigen-logo-horizontal.svg',
663663
navbar: {
664-
title: "Home",
664+
// title: "Home",
665665
logo: {
666666
alt: "EigenLayer Logo",
667-
src: "img/eigencloud-logo-blue.png",
668-
srcDark: "img/eigencloud-logo.png",
667+
src: "img/eigen-logo-horizontal.svg",
668+
srcDark: "img/eigen-logo-horizontal.svg",
669669
},
670670
items: [
671671
{

src/components/sections/HomeHero.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ function HomeHero() {
88
return (
99
<section className={dotPattern}>
1010
<div className={styles.container}>
11-
<div className={styles.logoWrapper}>
12-
<img src="/img/eigencloud-logo.png" alt="EigenCloud Logo" className={styles.logoImg} />
13-
</div>
1411
<h1 className={styles.h1}>Build on EigenCloud</h1>
1512
<div className={styles.subheading}>
1613
EigenCloud brings blockchain verification to the real world, letting developers build applications, agents, and services that can securely verify any input, data or event.
Lines changed: 22 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)