This commit is contained in:
teasiu
2023-12-09 03:02:59 +08:00
parent 6795c4e535
commit aab982746c

View File

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