Skip to content

Commit

Permalink
chore: update links to Slack workspace
Browse files Browse the repository at this point in the history
The Heroku instance was removed a few days ago. We need to update the
links to have them point to https://slack.cilium.io/ instead.

Classname changes were automatically added by the Git commit hook.

Signed-off-by: Quentin Monnet <qmo@qmon.net>
  • Loading branch information
qmonnet committed Jul 30, 2024
1 parent 1662395 commit e38c80d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/components/pages/newsletter/cards/cards.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const items = [
links: [
{
text: 'Send on Slack',
to: 'https://cilium.herokuapp.com/',
to: 'https://slack.cilium.io/',
target: '_blank',
},
{
Expand All @@ -63,13 +63,13 @@ const Cards = () => (
{title}
</h3>
<p
className="mt-2.5 mb-[26px] max-w-[288px] sm:max-w-none [&_a]:font-semibold [&_a]:transition-colors [&_a]:duration-200 [&_a]:hover:text-gray-40"
className="mb-[26px] mt-2.5 max-w-[288px] sm:max-w-none [&_a]:font-semibold [&_a]:transition-colors [&_a]:duration-200 [&_a]:hover:text-gray-40"
dangerouslySetInnerHTML={{ __html: description }}
/>
<ul className="mt-auto flex space-x-4">
{links.map(({ text, to, target }, index) => (
<li
className="relative text-sm font-semibold uppercase leading-none tracking-wider before:absolute before:top-1/2 before:-left-2.5 before:block before:h-1 before:w-1 before:-translate-y-1/2 before:rounded-full before:bg-gray-90 first:before:hidden lg:text-[13px] md:text-xs"
className="relative text-sm font-semibold uppercase leading-none tracking-wider before:absolute before:-left-2.5 before:top-1/2 before:block before:h-1 before:w-1 before:-translate-y-1/2 before:rounded-full before:bg-gray-90 first:before:hidden lg:text-[13px] md:text-xs"
key={index}
>
<Link
Expand Down
2 changes: 1 addition & 1 deletion static/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/summit-2022/day-1/ https://youtu.be/0YqF45Kaapo
/summit-2022/day-2/ https://youtu.be/a3AwA1VdohU

/slack/ https://cilium.herokuapp.com
/slack/ https://slack.cilium.io/

/foundation/ https://ebpf.foundation

Expand Down
2 changes: 1 addition & 1 deletion static/summit-2020.html
Original file line number Diff line number Diff line change
Expand Up @@ -5435,7 +5435,7 @@ <h1 class="title">
</p>
<div class="space"></div>
<div class="buttons">
<a class="button type--join" href="https://cilium.herokuapp.com/"
<a class="button type--join" href="https://slack.cilium.io/"
>Join eBPF Summit Slack</a
>
</div>
Expand Down

0 comments on commit e38c80d

Please sign in to comment.