File tree Expand file tree Collapse file tree 3 files changed +1
-12
lines changed
Expand file tree Collapse file tree 3 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 1010 - " **/*.yaml"
1111 - " **/*.py"
1212 - " **/*.js"
13- - " **/*.ts "
13+ - " **/*.tsx "
1414 - " **/*.html"
1515 - " **/*.rst"
1616 - " !**/*.svg" # Exclude svg files from triggering the workflow
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import GitHub from "@site/static/img/social-icons/github.svg";
22import YouTube from "@site/static/img/social-icons/youtube.svg" ;
33import LinkedIn from "@site/static/img/social-icons/linkedin.svg" ;
44import Discord from "@site/static/img/social-icons/discord.svg" ;
5- import Medium from "@site/static/img/social-icons/Medium.svg" ;
65import X from "@site/static/img/social-icons/X.svg" ;
76import Telegram from "@site/static/img/social-icons/Telegram.svg" ;
87import 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 ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments