Skip to content

Commit

Permalink
Tiny structural adjustment to the custom (dummy) toast
Browse files Browse the repository at this point in the history
  • Loading branch information
brenner-company committed Aug 16, 2023
1 parent f07108e commit d3044b2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/dummy/app/components/custom-toast.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
@closable={{@options.closable}}
@onClose={{@close}}
>
<AuButton {{on "click" @options.someHandler}}>Custom action</AuButton>
<AuLinkExternal href="https://vlaanderen.be">Meer info</AuLinkExternal>
<AuButtonGroup>
<AuButton {{on "click" @options.someHandler}}>Custom action</AuButton>
<AuLinkExternal href="https://vlaanderen.be">Meer info</AuLinkExternal>
</AuButtonGroup>
</AuAlert>

0 comments on commit d3044b2

Please sign in to comment.