Skip to content

Commit

Permalink
fix(docs): remove medium website from footer (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshpinto authored Jan 23, 2025
2 parents 7f69d70 + 8f37ce7 commit 331bf78
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/spell-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- "**/*.yaml"
- "**/*.py"
- "**/*.js"
- "**/*.ts"
- "**/*.tsx"
- "**/*.html"
- "**/*.rst"
- "!**/*.svg" # Exclude svg files from triggering the workflow
Expand Down
6 changes: 0 additions & 6 deletions src/theme/Footer/SocialLinks/SocialLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import GitHub from "@site/static/img/social-icons/github.svg";
import YouTube from "@site/static/img/social-icons/youtube.svg";
import LinkedIn from "@site/static/img/social-icons/linkedin.svg";
import Discord from "@site/static/img/social-icons/discord.svg";
import Medium from "@site/static/img/social-icons/Medium.svg";
import X from "@site/static/img/social-icons/X.svg";
import Telegram from "@site/static/img/social-icons/Telegram.svg";
import Discourse from "@site/static/img/social-icons/discourse.svg";
Expand Down Expand Up @@ -32,11 +31,6 @@ const socialLinks: Array<SocialLinkProps> = [
icon: LinkedIn,
label: "LinkedIn",
},
{
href: "https://medium.com/flarenetwork",
icon: Medium,
label: "Medium",
},
{
href: "https://discord.com/invite/flarenetwork",
icon: Discord,
Expand Down
5 changes: 0 additions & 5 deletions static/img/social-icons/Medium.svg

This file was deleted.

0 comments on commit 331bf78

Please sign in to comment.