Skip to content

Commit fb4d9ab

Browse files
committed
chore: fix prettier
1 parent c79b71d commit fb4d9ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/demo/src/app/pages/notification/notification-page.template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,17 +164,17 @@ <h2 class="header">
164164
<tui-notification status="warning">
165165
Notifications spawned by Service Worker support only
166166
<a
167-
tuiLink
168167
href="https://developer.mozilla.org/en-US/docs/Web/API/ServiceWorkerGlobalScope/notificationclick_event"
169168
target="_blank"
169+
tuiLink
170170
>
171171
<code>click</code>
172172
</a>
173173
and
174174
<a
175-
tuiLink
176175
href="https://developer.mozilla.org/en-US/docs/Web/API/ServiceWorkerGlobalScope/notificationclose_event"
177176
target="_blank"
177+
tuiLink
178178
>
179179
<code>close</code>
180180
</a>

0 commit comments

Comments
 (0)