Skip to content

Commit e8c4ec1

Browse files
move the RelatedContent component from the sidebar to the bottom of the page in a full-width layout
add svg for future use
1 parent 1c0d0f7 commit e8c4ec1

File tree

2 files changed

+48
-6
lines changed

2 files changed

+48
-6
lines changed

src/routes/community/share-findings/+page.svelte

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</svelte:head>
1616

1717
<div class="govuk-grid-row">
18-
<div class="govuk-grid-column-two-thirds">
18+
<div class="govuk-grid-column-full">
1919
<h1 class="govuk-heading-xl">Share findings about your users</h1>
2020

2121
<p class="govuk-body-l">
@@ -33,7 +33,7 @@
3333
<li>accessibility testing results</li>
3434
<li>performance data from components in production</li>
3535
<li>
36-
responses to any calls for information
36+
responses to any calls for information
3737
<!-- we give in the 'Research on
3838
this…' section of our component pages -->
3939
</li>
@@ -151,7 +151,7 @@ Add links to any prototypes, research documents, or live services (where appropr
151151
Community members might respond to your findings on GitHub. Feel free to
152152
take part in the conversation.
153153
</p>
154-
<!--
154+
<!--
155155
<p class="govuk-body">For example, you could:</p>
156156
157157
<ul class="govuk-list govuk-list--bullet">
@@ -283,9 +283,7 @@ Add links to any prototypes, research documents, or live services (where appropr
283283
We're also happy to help you plan user research or provide guidance on
284284
testing our components with your users.
285285
</p>
286-
</div>
287286

288-
<div class="govuk-grid-column-one-third">
289287
<RelatedContent
290288
sections={[
291289
{
@@ -333,7 +331,7 @@ Add links to any prototypes, research documents, or live services (where appropr
333331
links: [
334332
{
335333
title: "GitHub discussions",
336-
url: "https://github.com/mhclg-digital/svelte-component-library/discussions",
334+
url: "https://github.com/communitiesuk/svelte-component-library/discussions",
337335
},
338336
{
339337
title: "GOV.UK Service Manual: User research",

0 commit comments

Comments
 (0)