Files
notifications-admin/app/templates/partials/templates/guidance-links.html
Katie Smith 792860085e Get rid of unecessary <div> and use the correct gutter class
* We don't need the inset text to be inside `<div>` tags because the
component adds its own
* Replaced `bottom-gutter` with `govuk-!-margin-bottom-6` since this
change will be needed across the app at some point.
2021-02-23 13:16:25 +00:00

11 lines
311 B
HTML

{% from "components/inset-text/macro.njk" import govukInsetText %}
<h2 class="heading-medium">Links and URLs</h2>
<p class="bottom-gutter-1-3">
Always use full URLs, starting with https://
</p>
{{ govukInsetText({
"text": "Apply now at https://www.gov.uk/example",
"classes": "govuk-!-margin-top-0"})
}}