This commit is contained in:
teasiu
2025-09-19 18:53:06 +08:00
parent 1143c64538
commit 81c8fb3318
4 changed files with 3 additions and 3 deletions

View File

@@ -79,7 +79,7 @@ const config = {
title: 'HiNas',
logo: {
alt: 'histb Logo',
src: './img/hinaslogo.png',
src: './img/hinaslogo01.png',
},
items: [
{
@@ -156,4 +156,4 @@ const config = {
}),
};
module.exports = config;
module.exports = config;

View File

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

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB