Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions app/views/current/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,15 +150,7 @@ <h3 class="nhsuk-heading-m nhsuk-u-margin-top-4">
</h3>
<p>Orthopaedic Data Evaluation Panel ratings for implants and related devices</p>

<h3 class="nhsuk-heading-m nhsuk-u-margin-top-4">
<svg class="nhsuk-icon nhsuk-icon--tick" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16"
height="16" focusable="false" aria-hidden="true">
<path
d="M11.4 18.8a2 2 0 0 1-2.7.1h-.1L4 14.1a1.5 1.5 0 0 1 2.1-2L10 16l8.1-8.1a1.5 1.5 0 1 1 2.2 2l-8.9 9Z" />
</svg>
Passporting
</h3>
<p>Devices Technical Advisory Committee approval status for medical devices</p>

</div>

<div class="nhsuk-grid-column-one-half">
Expand Down
10 changes: 2 additions & 8 deletions app/views/current/layouts/layout-hero-current.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,8 @@
text: "Search medical product evaluations",
href: "/"
},
account: {
items: [
{
text: "Log in",
href: "sign-in-nhs"
}
]
},


navigation: {
items: [
{
Expand Down
2 changes: 1 addition & 1 deletion app/views/current/layouts/layout-search.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<div class="nhsuk-grid-column-two-thirds">
<div class="nhsuk-hero__wrapper">
<h1 class="nhsuk-heading-xl nhsuk-u-margin-bottom-3">Search</h1>
<p class="nhsuk-lede-text">Search and compare medical technologies.</p>
<h3 class="nhsuk-heading-s">Search and compare medical products.</h3>
<div class="nhsuk-form-group">
<form action="search-results" method="get" novalidate="">
<div class="nhsuk-form-group nhsuk-u-margin-bottom-0">
Expand Down
Loading