Skip to content

Commit 3233caf

Browse files
Update hello-world.njk
1 parent 95a3328 commit 3233caf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/tel-frontend/src/tel/components/hello-world/hello-world.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
{# tel-frontend-review/src/components/hello-world.njk #}
1+
{# packages/tel-frontend/src/tel/components/hello-world/hello-world.njk #}
22
{% macro helloWorld(params = {}) %}
3-
<div class="nhsuk-card {{ params.classes | default('') }}">
3+
<div class="nhsuk-card hello-world {{ params.classes | default('') }}" data-module="hello-world">
44
<div class="nhsuk-card__content">
55
<h3 class="nhsuk-card__heading">{{ params.heading | default('Hello World Component') }}</h3>
66
<p class="nhsuk-card__description">{{ params.text | default('This is just a test component for setting up the repo.') }}</p>

0 commit comments

Comments
 (0)