Skip to content

Commit 126a211

Browse files
Update index.njk
1 parent cfc1388 commit 126a211

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

packages/tel-frontend-review/src/index.njk

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
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 %}

0 commit comments

Comments
 (0)