Skip to content

Commit d1bc2c0

Browse files
committed
Remove Community Forum
1 parent da760fa commit d1bc2c0

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/pages/en/home/ConnectUs.astro

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import SectionHeader from "~/components/SectionHeader/index.astro"
33
import LinkArrowSvg from "~/assets/svgs/home/home-link-arrow.svg?raw"
44
import DiscordSvg from "~/assets/svgs/home/Discord.svg?raw"
5-
import ForumSvg from "~/assets/svgs/home/Forum.svg?raw"
65
import ContributeSvg from "~/assets/svgs/home/Contribute.svg?raw"
76
import NoteSvg from "~/assets/svgs/home/Note.svg?raw"
87
@@ -19,12 +18,6 @@ const mediaList = [
1918
content: "Reach out directly if you need more support for your project.",
2019
link: "https://tally.so/r/waxLBW",
2120
},
22-
{
23-
icon: ForumSvg,
24-
name: "Community Forum",
25-
content: "Discuss and propose changes to Scroll’s core protocols.",
26-
link: "http://community.scroll.io/",
27-
},
2821
{
2922
icon: ContributeSvg,
3023
name: "Contribute to Scroll",
@@ -71,7 +64,7 @@ const mediaList = [
7164
margin-top: 90px;
7265
}
7366
.media-item {
74-
width: 325px;
67+
flex: 1;
7568
height: 325px;
7669
padding: 30px;
7770
border-radius: 25px;

0 commit comments

Comments
 (0)