Преглед изворни кода

Adds label to dismiss button on home view popover

main
Keith Daulton пре 2 година
родитељ
комит
4b6dfbf41d
1 измењених фајлова са 2 додато и 0 уклоњено
  1. +2
    -0
      src/webviews/apps/home/components/header-card.ts

+ 2
- 0
src/webviews/apps/home/components/header-card.ts Прегледај датотеку

@ -26,6 +26,8 @@ const template = html`
class="action is-icon"
slot="actions"
@click="${(x, c) => x.dismissStatus(c.event as MouseEvent)}"
title="Dismiss status update"
aria-label="Dismiss status update"
><code-icon icon="close"></code-icon
></a>
`,

Loading…
Откажи
Сачувај