update
This commit is contained in:
@@ -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: [
|
||||||
{
|
{
|
||||||
@@ -156,4 +156,4 @@ const config = {
|
|||||||
}),
|
}),
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = config;
|
module.exports = config;
|
||||||
|
|||||||
@@ -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}>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Reference in New Issue
Block a user