Skip to content

Commit

Permalink
fix logo
Browse files Browse the repository at this point in the history
  • Loading branch information
sergix44 committed Sep 16, 2023
1 parent 0219210 commit 5ffdb10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import clsx from 'clsx';
import Link from '@docusaurus/Link';
import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
import Layout from '@theme/Layout';
import logo from '@site/static/img/logo.png';

import styles from './index.module.css';

Expand All @@ -11,7 +12,7 @@ function HomepageHeader() {
return (
<header className={clsx('hero hero--primary', styles.heroBanner)}>
<div className="container">
<img className={styles.logo} src="/img/logo.png" width={360} alt="Imagezen Logo"/>
<img className={styles.logo} src={logo} width={360} alt="Imagezen Logo"/>
{/*<h1 className="hero__title">{siteConfig.title}</h1>*/}
<p className="hero__subtitle"><i>{siteConfig.tagline}</i></p>
<div className={styles.buttons}>
Expand Down

0 comments on commit 5ffdb10

Please sign in to comment.