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.
2 parents fa93d16 + f6b7424 commit 8c5f634Copy full SHA for 8c5f634
.github/workflows/deploy.yml
@@ -6,7 +6,6 @@ on:
6
- main
7
# Review gh actions docs if you want to further define triggers, paths, etc
8
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
9
- workflow_dispatch:
10
11
jobs:
12
build:
src/data/social-links.ts
@@ -1,7 +1,6 @@
1
import {
2
FaGithub,
3
FaDiscord,
4
- FaSlack,
5
FaXTwitter,
FaStackOverflow,
} from 'react-icons/fa6';
@@ -17,11 +16,6 @@ const socialLinks = [
17
16
href: 'https://discord.gg/y9mVJYVyu4',
18
alt: 'Discord',
19
},
20
- {
21
- icon: FaSlack,
22
- href: 'https://sdkman.slack.com/',
23
- alt: 'Slack',
24
- },
25
{
26
icon: FaXTwitter,
27
href: 'https://x.com/sdkman_',
0 commit comments