Skip to content

Commit

Permalink
Docs(web-twig): Set danger icons in Alert component
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Apr 2, 2024
1 parent 8c65e25 commit caeff6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<strong>Warning!</strong> Data update failed due to missing internet connection. See <a href="./" class="link-underlined">FAQ</a> for more info.
</Alert>

<Alert color="danger" isCentered>
{# @TODO: remove the `iconName` prop in https://jira.almacareer.tech/browse/DS-1177 #}
<Alert color="danger" iconName="danger" isCentered>
Data update failed due to missing internet connection. See <a href="./" class="link-underlined">FAQ</a> for more info.
</Alert>
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<strong>Warning!</strong> Data update failed due to missing internet connection. See <a href="./" class="link-underlined">FAQ</a> for more info.
</Alert>

<Alert color="danger">
{# @TODO: remove the `iconName` prop in https://jira.almacareer.tech/browse/DS-1177 #}
<Alert color="danger" iconName="danger">
Data update failed due to missing internet connection. See <a href="./" class="link-underlined">FAQ</a> for more info.
</Alert>

0 comments on commit caeff6f

Please sign in to comment.