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', title: 'HiNas',
logo: { logo: {
alt: 'histb Logo', alt: 'histb Logo',
src: './img/hinaslogo.png', src: './img/hinaslogo01.png',
}, },
items: [ items: [
{ {

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/hinas.svg" alt="Logo" /> <img src="img/hinas01.svg" 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}>

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