Skip to content

Commit 29b6044

Browse files
committed
Applied prettier formatting
1 parent 39bcf77 commit 29b6044

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/components/Home/HeroSection.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,10 @@ function HeroSection() {
6969
{/* discord */}
7070
<div className="discord">
7171
<a href={DISCORD_INVITE} target="_blank" rel="noreferrer">
72-
<img src="https://avatars.githubusercontent.com/u/1965106?v=4" alt="discord" />
72+
<img
73+
src="https://avatars.githubusercontent.com/u/1965106?v=4"
74+
alt="discord"
75+
/>
7376
Join our Discord server
7477
</a>
7578
</div>

src/styles/Home/hero.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
}
7878

7979
.discord a {
80-
background: #272A2F;
80+
background: #272a2f;
8181
color: white;
8282
padding: 14px 20px;
8383
display: flex;

0 commit comments

Comments
 (0)