Skip to content

Commit

Permalink
Remove Community Forum
Browse files Browse the repository at this point in the history
  • Loading branch information
zzq0826 committed Oct 19, 2024
1 parent da760fa commit d1bc2c0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/pages/en/home/ConnectUs.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import SectionHeader from "~/components/SectionHeader/index.astro"
import LinkArrowSvg from "~/assets/svgs/home/home-link-arrow.svg?raw"
import DiscordSvg from "~/assets/svgs/home/Discord.svg?raw"
import ForumSvg from "~/assets/svgs/home/Forum.svg?raw"
import ContributeSvg from "~/assets/svgs/home/Contribute.svg?raw"
import NoteSvg from "~/assets/svgs/home/Note.svg?raw"
Expand All @@ -19,12 +18,6 @@ const mediaList = [
content: "Reach out directly if you need more support for your project.",
link: "https://tally.so/r/waxLBW",
},
{
icon: ForumSvg,
name: "Community Forum",
content: "Discuss and propose changes to Scroll’s core protocols.",
link: "http://community.scroll.io/",
},
{
icon: ContributeSvg,
name: "Contribute to Scroll",
Expand Down Expand Up @@ -71,7 +64,7 @@ const mediaList = [
margin-top: 90px;
}
.media-item {
width: 325px;
flex: 1;
height: 325px;
padding: 30px;
border-radius: 25px;
Expand Down

0 comments on commit d1bc2c0

Please sign in to comment.