This commit is contained in:
teasiu
2023-12-09 02:59:37 +08:00
parent eb06459b98
commit 608191a338
3 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={require('./img/logo.gif').default} alt="Logo" />
<img src={require('./img/logo.png').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: 539 KiB

BIN
static/img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB