Skip to content

Commit

Permalink
Update plugin instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
benjystanton committed Sep 12, 2024
1 parent 2c2c541 commit 193917e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const Page: FC<PageProps> = ({ location }) => (
<h2>Header, footer and page background</h2>
<p>To change your prototype to by default use the Home Office styling:</p>
<ol className="govuk-list govuk-list--number">
<li>In <code>app/views/layouts/main.html</code> change:<br /> <code>&#123;% extends "govuk-prototype-kit/layouts/main.html" %&#125;</code> to <br /><code>&#123;% extends "home-office-kit-layout.html" %&#125;</code></li>
<li>In <code>app/views/layouts/main.html</code> change:<br /> <code>&#123;% extends "govuk-prototype-kit/layouts/govuk-branded.njk" %&#125;</code> to <br /><code>&#123;% extends "home-office-kit-layout.html" %&#125;</code></li>
</ol>
<h2>Font</h2>
<p>To change your prototype to use Roboto:</p>
Expand Down

1 comment on commit 193917e

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.