Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit f1768fd

Browse files
authored
Site Style (CSS) Upgrade for January (#406)
1 parent 4be0338 commit f1768fd

File tree

6 files changed

+257
-71
lines changed

6 files changed

+257
-71
lines changed

docusaurus.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,11 @@ const config = {
195195
image: 'img/eigenlayer-logo.png',
196196

197197
navbar: {
198-
title: "EigenLayer Docs",
198+
title: "EigenLayer",
199199
logo: {
200200
alt: "EigenLayer Logo",
201201
src: "img/eigenlayer-logo.png",
202+
srcDark: "img/eigenlayer-logo-dark.png",
202203
},
203204
items: [
204205
{

src/components/Card.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ function Card({ to, header, body, externalIcon = false }) {
1313
*/
1414

1515
return (
16-
<div className={clsx("col col--4 landing-link-container", styles.feature)}>
16+
<div className={clsx("grid-item landing-link-container", styles.feature)}>
1717
<Link to={to} className="docs-landing-link">
18-
<div className="card__header link-body-header">
18+
<div className=" link-body-header">
1919
<h3>
2020
{header.label}
2121
</h3>

0 commit comments

Comments
 (0)