Skip to content

Commit 331bf78

Browse files
authored
fix(docs): remove medium website from footer (#536)
2 parents 7f69d70 + 8f37ce7 commit 331bf78

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed

.github/workflows/spell-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- "**/*.yaml"
1111
- "**/*.py"
1212
- "**/*.js"
13-
- "**/*.ts"
13+
- "**/*.tsx"
1414
- "**/*.html"
1515
- "**/*.rst"
1616
- "!**/*.svg" # Exclude svg files from triggering the workflow

src/theme/Footer/SocialLinks/SocialLinks.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import GitHub from "@site/static/img/social-icons/github.svg";
22
import YouTube from "@site/static/img/social-icons/youtube.svg";
33
import LinkedIn from "@site/static/img/social-icons/linkedin.svg";
44
import Discord from "@site/static/img/social-icons/discord.svg";
5-
import Medium from "@site/static/img/social-icons/Medium.svg";
65
import X from "@site/static/img/social-icons/X.svg";
76
import Telegram from "@site/static/img/social-icons/Telegram.svg";
87
import Discourse from "@site/static/img/social-icons/discourse.svg";
@@ -32,11 +31,6 @@ const socialLinks: Array<SocialLinkProps> = [
3231
icon: LinkedIn,
3332
label: "LinkedIn",
3433
},
35-
{
36-
href: "https://medium.com/flarenetwork",
37-
icon: Medium,
38-
label: "Medium",
39-
},
4034
{
4135
href: "https://discord.com/invite/flarenetwork",
4236
icon: Discord,

static/img/social-icons/Medium.svg

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)