Skip to content

Commit

Permalink
Update Hero.js
Browse files Browse the repository at this point in the history
  • Loading branch information
EliasDevis authored Feb 5, 2024
1 parent f176d5b commit 2c1b698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/blocks/home/Hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default (t) => {
<div class="hero__illustrations">
<img src="/images/logo-outline.svg" alt="" class="hero__logo">
<img src="/images/hero.png" alt="Elias" class="hero__image">
<div class="hero__status">${t.status} Nothing</div>
<div class="hero__status">${t.status}</div>
${Dots({})}
</div>
</section>
Expand Down

0 comments on commit 2c1b698

Please sign in to comment.