Skip to content

Commit 735d1fd

Browse files
committed
DOC-4649: Adjust socials for developer-centric targets
1 parent d632b9a commit 735d1fd

File tree

1 file changed

+11
-25
lines changed

1 file changed

+11
-25
lines changed

src/partials/footer.hbs

Lines changed: 11 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -37,46 +37,32 @@
3737
<div class="flex flex-col gap-6 md:ml-auto md:items-end">
3838
<div class="flex gap-4">
3939
<a
40-
href="https://www.facebook.com/datastax"
40+
href="https://twitter.com/datastaxdevs"
4141
target="_blank"
42-
data-track="Footer Facebook Link Clicked"
43-
title="Go to DataStax Facebook"
44-
class="h-5 w-5 bg-[url('../img/social-facebook.svg')] bg-no-repeat dark:invert"
45-
></a>
46-
<a
47-
href="https://twitter.com/datastax"
48-
target="_blank"
49-
title="Go to DataStax X (Twitter)"
42+
title="Go to DataStax Developers X (Twitter)"
5043
data-track="Footer Twitter Link Clicked"
5144
class="h-5 w-5 bg-[url('../img/social-x.svg')] bg-no-repeat dark:invert"
5245
></a>
5346
<a
54-
href="https://github.com/datastax/"
47+
href="https://github.com/datastaxdevs/"
5548
target="_blank"
56-
title="Go to DataStax GitHub"
49+
title="Go to DataStax Developers GitHub"
5750
data-track="Footer Github Link Clicked"
5851
class="h-5 w-5 bg-[url('../img/social-github.svg')] bg-no-repeat dark:invert"
5952
></a>
6053
<a
61-
href="https://www.twitch.tv/datastaxdevs"
62-
target="_blank"
63-
title="Go to DataStax Twitch"
64-
data-track="Footer Twitch Link Clicked"
65-
class="h-5 w-5 bg-[url('../img/social-twitch.svg')] bg-no-repeat dark:invert"
66-
></a>
67-
<a
68-
href="https://www.linkedin.com/company/datastax/"
54+
href="https://www.linkedin.com/showcase/datastaxdevs/"
6955
target="_blank"
70-
title="Go to DataStax Linkedin"
71-
data-track="Linkedin Link Clicked"
56+
title="Go to DataStax Developers LinkedIn"
57+
data-track="LinkedIn Link Clicked"
7258
class="h-5 w-5 bg-[url('../img/social-linkedin.svg')] bg-no-repeat dark:invert"
7359
></a>
7460
<a
75-
href="https://datastax.medium.com/"
61+
href="https://discord.gg/datastax"
7662
target="_blank"
77-
title="Go to DataStax Medium"
78-
data-track="Footer Medium Link Clicked"
79-
class="h-5 w-5 bg-[url('../img/social-medium.svg')] bg-no-repeat dark:invert"
63+
title="Go to DataStax Developers Discord"
64+
data-track="Footer Discord Link Clicked"
65+
class="h-5 w-5 bg-[url('../img/social-discord.svg')] bg-no-repeat dark:invert"
8066
></a>
8167
</div>
8268
<p class="!m-0 md:text-right">General Inquiries:

0 commit comments

Comments
 (0)