Skip to content

Commit 8c5f634

Browse files
authored
Merge pull request #4 from SvMak/small-fixes
Small fixes
2 parents fa93d16 + f6b7424 commit 8c5f634

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- main
77
# Review gh actions docs if you want to further define triggers, paths, etc
88
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
9-
workflow_dispatch:
109

1110
jobs:
1211
build:

src/data/social-links.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import {
22
FaGithub,
33
FaDiscord,
4-
FaSlack,
54
FaXTwitter,
65
FaStackOverflow,
76
} from 'react-icons/fa6';
@@ -17,11 +16,6 @@ const socialLinks = [
1716
href: 'https://discord.gg/y9mVJYVyu4',
1817
alt: 'Discord',
1918
},
20-
{
21-
icon: FaSlack,
22-
href: 'https://sdkman.slack.com/',
23-
alt: 'Slack',
24-
},
2519
{
2620
icon: FaXTwitter,
2721
href: 'https://x.com/sdkman_',

0 commit comments

Comments
 (0)