We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39bcf77 commit 29b6044Copy full SHA for 29b6044
src/components/Home/HeroSection.tsx
@@ -69,7 +69,10 @@ function HeroSection() {
69
{/* discord */}
70
<div className="discord">
71
<a href={DISCORD_INVITE} target="_blank" rel="noreferrer">
72
- <img src="https://avatars.githubusercontent.com/u/1965106?v=4" alt="discord" />
+ <img
73
+ src="https://avatars.githubusercontent.com/u/1965106?v=4"
74
+ alt="discord"
75
+ />
76
Join our Discord server
77
</a>
78
</div>
src/styles/Home/hero.css
@@ -77,7 +77,7 @@
}
79
.discord a {
80
- background: #272A2F;
+ background: #272a2f;
81
color: white;
82
padding: 14px 20px;
83
display: flex;
0 commit comments