Skip to content

Commit

Permalink
why section transition and credits
Browse files Browse the repository at this point in the history
  • Loading branch information
pipercucu committed Jan 15, 2024
1 parent fc8a1ce commit cc61693
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Why.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const Why = () => {
<h1 className="why-header">Why uwucrew?!</h1>
<div className="why-image-container">
<img className="why-image" src={uwu1} alt="uwu" />
<div className="why-image-credit">Chungus</div>
<div className="why-image-credit">Chungus1</div>
</div>
<h2 className="why-sub-header">Uniting the world, through art 🌏</h2>
<p className="why-text">
Expand All @@ -54,7 +54,7 @@ const Why = () => {
</p>
<div className="why-image-container">
<img className="why-image" src={uwu2} alt="uwu" />
<div className="why-image-credit">Chungus</div>
<div className="why-image-credit">Chungus2</div>
</div>
<h2 className="why-mid-sub-header">
Join The Anime Art Revolution! 🚀
Expand All @@ -65,7 +65,7 @@ const Why = () => {
</p>
<div className="why-image-container">
<img className="why-image" src={uwu3} alt="uwu" />
<div className="why-image-credit">Chungus</div>
<div className="why-image-credit">Chungus3</div>
</div>
<h2 className="why-mid-sub-header">Enter... the uwuminati 😎</h2>
<p className="why-text">
Expand Down

0 comments on commit cc61693

Please sign in to comment.