|
37 | 37 | <div class="flex flex-col gap-6 md:ml-auto md:items-end">
|
38 | 38 | <div class="flex gap-4">
|
39 | 39 | <a
|
40 |
| - href="https://www.facebook.com/datastax" |
| 40 | + href="https://twitter.com/datastaxdevs" |
41 | 41 | 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)" |
50 | 43 | data-track="Footer Twitter Link Clicked"
|
51 | 44 | class="h-5 w-5 bg-[url('../img/social-x.svg')] bg-no-repeat dark:invert"
|
52 | 45 | ></a>
|
53 | 46 | <a
|
54 |
| - href="https://github.com/datastax/" |
| 47 | + href="https://github.com/datastaxdevs/" |
55 | 48 | target="_blank"
|
56 |
| - title="Go to DataStax GitHub" |
| 49 | + title="Go to DataStax Developers GitHub" |
57 | 50 | data-track="Footer Github Link Clicked"
|
58 | 51 | class="h-5 w-5 bg-[url('../img/social-github.svg')] bg-no-repeat dark:invert"
|
59 | 52 | ></a>
|
60 | 53 | <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/" |
69 | 55 | 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" |
72 | 58 | class="h-5 w-5 bg-[url('../img/social-linkedin.svg')] bg-no-repeat dark:invert"
|
73 | 59 | ></a>
|
74 | 60 | <a
|
75 |
| - href="https://datastax.medium.com/" |
| 61 | + href="https://discord.gg/datastax" |
76 | 62 | 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" |
80 | 66 | ></a>
|
81 | 67 | </div>
|
82 | 68 | <p class="!m-0 md:text-right">General Inquiries:
|
|
0 commit comments