Skip to content

Commit d61711a

Browse files
authored
Merge pull request #582 from pixijs/docs-to-subdomain
docs: fix home page logo
2 parents 27240e5 + 262c0e5 commit d61711a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function HomepageHeader()
1616
<header className={clsx(styles.heroBanner)}>
1717
<div className="container">
1818
<Heading as="h1">
19-
<img src="/pixi-react/img/logo-main.svg" alt="Logo" width={'100%'} style={{ maxHeight: 150 }} />
19+
<img src="/img/logo-main.svg" alt="Logo" width={'100%'} style={{ maxHeight: 150 }} />
2020
</Heading>
2121
<p className="hero__subtitle" style={{ marginTop: -30 }}>
2222
{siteConfig.tagline}

0 commit comments

Comments
 (0)