File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed
packages/tel-frontend-review/src Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change 11{% set title = " TEL Frontend" %}
22{% extends " layouts/page.njk" %}
33
4- {% from " packages/components/hero/macro.njk" import hero %}
5-
64{% block header %}
7- {% call hero ({
8- heading : " This is an internal development app to preview the tel-frontend components." ,
9- headingClasses : " nhsuk-heading-l nhsuk-u-font-weight-normal nhsuk-u-margin-bottom-2" ,
10- headingLevel : 2
11- }) %}
12- {% endcall %}
5+ <section class =" nhsuk-hero" >
6+ <div class =" nhsuk-width-container nhsuk-hero--border" >
7+ <div class =" nhsuk-grid-row" >
8+ <div class =" nhsuk-grid-column-two-thirds" >
9+ <div class =" nhsuk-hero__wrapper" >
10+ <h2 class =" nhsuk-hero__heading nhsuk-heading-l nhsuk-u-font-weight-normal nhsuk-u-margin-bottom-2" >
11+ This is an internal development app to preview the tel-frontend components.
12+ </h2 >
13+ </div >
14+ </div >
15+ </div >
16+ </div >
17+ </section >
1318{% endblock %}
1419
1520{% block content %}
You can’t perform that action at this time.
0 commit comments