This commit is contained in:
teasiu
2023-12-09 03:04:15 +08:00
parent aab982746c
commit ff173cd751
2 changed files with 1 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="img/logo.png" 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}>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 KiB