Skip to content

Commit 3563d4e

Browse files
tweak related content
1 parent ec3c1a5 commit 3563d4e

File tree

1 file changed

+2
-38
lines changed

1 file changed

+2
-38
lines changed

src/routes/community/roadmap/+page.svelte

Lines changed: 2 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,8 @@
273273
</div>
274274
</div>
275275

276+
<br />
277+
276278
<RelatedContent
277279
sections={[
278280
{
@@ -294,44 +296,6 @@
294296
},
295297
],
296298
},
297-
{
298-
type: "subheading",
299-
id: "ways-to-contribute",
300-
subheading: "Ways to get involved",
301-
links: [
302-
{
303-
title: "Share findings about your users",
304-
base_path: "/community/share-findings",
305-
},
306-
{
307-
title: "Propose a component or pattern",
308-
base_path: "/community/propose-component",
309-
},
310-
{
311-
title: "Develop a component or pattern",
312-
base_path: "/community/develop-component",
313-
},
314-
],
315-
},
316-
{
317-
type: "other",
318-
id: "external-resources",
319-
subheading: "External resources",
320-
links: [
321-
{
322-
title: "GitHub repository",
323-
url: "https://github.com/communitiesuk/mhclg_svelte_component_library",
324-
},
325-
{
326-
title: "GitHub discussions",
327-
url: "https://github.com/communitiesuk/mhclg_svelte_component_library/discussions",
328-
},
329-
{
330-
title: "GitHub issues",
331-
url: "https://github.com/communitiesuk/mhclg_svelte_component_library/issues",
332-
},
333-
],
334-
},
335299
]}
336300
/>
337301
</div>

0 commit comments

Comments
 (0)