Skip to content

Commit

Permalink
Set display none on compliance open licence app tiles
Browse files Browse the repository at this point in the history
  • Loading branch information
hnryjmes committed Jan 13, 2025
1 parent 10a9fe7 commit b418fe3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions exporter/assets/scss/components/_hub.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
max-width: 100%;
}
}

#compliance-open-licence-app-tiles {
display: none;
}
2 changes: 1 addition & 1 deletion exporter/templates/core/hub.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ <h2 class="govuk-heading-m govuk-!-margin-top-6 govuk-!-margin-bottom-3">{% lcs
</ul>
</div>

<div class="app-tiles" aria-label="Content currently unavailable">
<div id="compliance-open-licence-app-tiles" class="app-tiles" aria-label="Content currently unavailable">
{# Compliance licence tile #}
<div class="app-tile app-tile__disabled">
<h2 class="govuk-!-margin-top-0">
Expand Down

0 comments on commit b418fe3

Please sign in to comment.