Skip to content

Commit

Permalink
Rename banner.gif to avoid ad blockers
Browse files Browse the repository at this point in the history
  • Loading branch information
assada committed Nov 9, 2023
1 parent 347fc8d commit 6b82928
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function HomepageHeader() {
return (
<header className={clsx('hero', styles.heroBanner)}>
<div className="container">
<img src="/img/banner.gif" className="mx-auto" alt="" />
<img src="/img/animation_logo.gif" className="mx-auto" alt="Dead Guru!" />
<Heading as="h1" className="hero__title">
{siteConfig.title}
</Heading>
Expand Down
File renamed without changes

0 comments on commit 6b82928

Please sign in to comment.