This commit is contained in:
teasiu
2023-12-09 03:11:04 +08:00
parent ff173cd751
commit bf16014e93
2 changed files with 138 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ function HomepageHeader() {
return (
<header className={clsx('hero hero--primary', styles.heroBanner)}>
<div className="container">
<img src={require('./img/logo.svg').default} alt="Logo" />
<img src={require('img/logo.svg').default} alt="Logo" />
<h1 className="hero__title">{siteConfig.title}</h1>
<p className="hero__subtitle">{siteConfig.tagline}</p>
<div className={styles.buttons}>