Skip to content

Commit

Permalink
Merge pull request #96 from uktrade/feature/ORPD-134-change-h1s
Browse files Browse the repository at this point in the history
ORPD-134 - change h1s to align with designs
  • Loading branch information
gdbarnes authored Dec 9, 2024
2 parents 9f2d4bf + d87b89b commit bf6cc09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fbr/search/templates/intro.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<h1 class="govuk-heading-xl govuk-!-margin-bottom-4">Find laws and regulations for business</h1>
<h1 class="govuk-heading-xl govuk-!-margin-bottom-4">Find business regulations and guidance</h1>
<p class="govuk-body-s govuk-!-margin-bottom-7">From: <a href="#"
class="govuk-link govuk-link--no-visited-state">Department for Business
and Trade</a></p>
Expand Down
2 changes: 1 addition & 1 deletion react_front_end/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ function App() {
<div className="govuk-form-group ">
<fieldset className="govuk-fieldset">
<legend className="govuk-fieldset__legend govuk-fieldset__legend--m">
<h2 className="govuk-fieldset__heading">Document types</h2>
<h2 className="govuk-fieldset__heading">Document type</h2>
</legend>
<CheckboxFilter
checkboxData={DOCUMENT_TYPES}
Expand Down

0 comments on commit bf6cc09

Please sign in to comment.