Skip to content

Commit

Permalink
Merge pull request #605 from UKHomeOffice/604-home-office-plugin-inst…
Browse files Browse the repository at this point in the history
…ructions-improvement

Update plugin instructions
  • Loading branch information
MylesMudaHO authored Sep 13, 2024
2 parents 2c2c541 + 193917e commit f816c8a
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 f816c8a

@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.

🎉 Published on https://hods.netlify.app as production
🚀 Deployed on https://66e4252247b328008048730a--hods.netlify.app

Please sign in to comment.