Skip to content

Commit

Permalink
📝(style) Update colors and logos
Browse files Browse the repository at this point in the history
  • Loading branch information
Nakasar committed Oct 5, 2023
1 parent c51bbcb commit 9fb13be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
import Layout from '@theme/Layout';

import styles from './index.module.css';
import Logo from "../../static/img/erc3643.png";

function HomepageHeader() {
const {siteConfig} = useDocusaurusContext();
return (
<header className={clsx('hero hero--primary', styles.heroBanner)}>
<div className="container">
<img src={Logo} alt="ERC3643 logo" />
<h1 className="hero__title">{siteConfig.title}</h1>
<p className="hero__subtitle">{siteConfig.tagline}</p>
<div className={styles.buttons}>
Expand Down

0 comments on commit 9fb13be

Please sign in to comment.