Skip to content

Commit 823448d

Browse files
authored
chore(docs): fixed examples for notification-center (#DS-4320) (#1098)
1 parent 50b2af6 commit 823448d

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

packages/docs-examples/components/notification-center/notification-center-error/notification-center-error-example.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
</kbq-dropdown>
1313

1414
<ng-template #actionsTemplate>
15-
<a kbq-link pseudo class="layout-margin-right-m">Action 1</a>
16-
<a kbq-link pseudo class="layout-margin-right-m">Action 2</a>
15+
<a kbq-link pseudo>Action 1</a>
16+
<a kbq-link pseudo>Action 2</a>
1717
</ng-template>
1818

1919
<div class="layout-row" style="margin: -20px; height: 500px">

packages/docs-examples/components/notification-center/notification-center-overview/notification-center-overview-example.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
</ng-template>
2020

2121
<ng-template #actionsTemplate>
22-
<a kbq-link pseudo class="layout-margin-right-m">Action 1</a>
23-
<a kbq-link pseudo class="layout-margin-right-m">Action 2</a>
22+
<a kbq-link pseudo>Action 1</a>
23+
<a kbq-link pseudo>Action 2</a>
2424
</ng-template>
2525

2626
<div class="layout-row" style="margin: -20px; height: 500px">

packages/docs-examples/components/notification-center/notification-center-popover/notification-center-popover-example.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<ng-template #actionsTemplate>
2-
<a kbq-link pseudo class="layout-margin-right-m">Action 1</a>
3-
<a kbq-link pseudo class="layout-margin-right-m">Action 2</a>
2+
<a kbq-link pseudo>Action 1</a>
3+
<a kbq-link pseudo>Action 2</a>
44
</ng-template>
55

66
<kbq-navbar style="margin: -20px -20px 12px; border-top-left-radius: 12px; border-top-right-radius: 12px">

0 commit comments

Comments
 (0)