Skip to content

Commit a024a6a

Browse files
committed
add discord svg logo
1 parent 735d1fd commit a024a6a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

src/img/social-discord.svg

Lines changed: 5 additions & 0 deletions
Loading

src/partials/footer.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
Kubernetes is the registered trademark of the Linux Foundation.</p>
3636
</div>
3737
<div class="flex flex-col gap-6 md:ml-auto md:items-end">
38-
<div class="flex gap-4">
38+
<div class="flex items-center gap-4">
3939
<a
4040
href="https://twitter.com/datastaxdevs"
4141
target="_blank"
@@ -62,7 +62,7 @@
6262
target="_blank"
6363
title="Go to DataStax Developers Discord"
6464
data-track="Footer Discord Link Clicked"
65-
class="h-5 w-5 bg-[url('../img/social-discord.svg')] bg-no-repeat dark:invert"
65+
class="h-4 w-6 bg-[url('../img/social-discord.svg')] bg-no-repeat dark:invert"
6666
></a>
6767
</div>
6868
<p class="!m-0 md:text-right">General Inquiries:

0 commit comments

Comments
 (0)