Skip to content

Commit

Permalink
fixup! Docs(web-twig): Minor fixes in twig demos #DS-979
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelklibani committed Sep 26, 2023
1 parent 4f917b9 commit 39df5ae
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<Alert color="success" isCentered>
We sent you an activation link to email <strong>[email protected]</strong>.
We sent you an activation link to email <strong>[email protected]</strong>. See <a href="./" className="link-underlined">FAQ</a> for more info.
</Alert>

<Alert color="informative" isCentered>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aliquam at excepturi laudantium magnam mollitia
perferendis reprehenderit, voluptate. Cum delectus dicta ducimus eligendi excepturi natus perferendis
provident unde. Eveniet, iste, molestiae?
provident unde. Eveniet, iste, molestiae? See <a href="./" className="link-underlined">FAQ</a> for more info.
</Alert>

<Alert color="warning" isCentered>
<strong>Warning!</strong> Data update failed due to missing internet connection.
<strong>Warning!</strong> Data update failed due to missing internet connection. See <a href="./" className="link-underlined">FAQ</a> for more info.
</Alert>

<Alert color="danger" isCentered>
Data update failed due to missing internet connection.
Data update failed due to missing internet connection. See <a href="./" className="link-underlined">FAQ</a> for more info.
</Alert>
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<Alert color="success">
We sent you an activation link to email <strong>[email protected]</strong>.
We sent you an activation link to email <strong>[email protected]</strong>. See <a href="./" className="link-underlined">FAQ</a> for more info.
</Alert>

<Alert color="informative">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aliquam at excepturi laudantium magnam mollitia
perferendis reprehenderit, voluptate. Cum delectus dicta ducimus eligendi excepturi natus perferendis
provident unde. Eveniet, iste, molestiae?
provident unde. Eveniet, iste, molestiae? See <a href="./" className="link-underlined">FAQ</a> for more info.
</Alert>

<Alert color="warning">
<strong>Warning!</strong> Data update failed due to missing internet connection.
<strong>Warning!</strong> Data update failed due to missing internet connection. See <a href="./" className="link-underlined">FAQ</a> for more info.
</Alert>

<Alert color="danger">
Data update failed due to missing internet connection.
Data update failed due to missing internet connection. See <a href="./" className="link-underlined">FAQ</a> for more info.
</Alert>
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<Alert color="success" iconName="profile">
We sent you an activation link to email <strong>[email protected]</strong>.
We sent you an activation link to email <strong>[email protected]</strong>. See <a href="./" className="link-underlined">FAQ</a> for more info.
</Alert>

<Alert color="informative" iconName="info">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aliquam at excepturi laudantium magnam mollitia
perferendis reprehenderit, voluptate. Cum delectus dicta ducimus eligendi excepturi natus perferendis
provident unde. Eveniet, iste, molestiae?
provident unde. Eveniet, iste, molestiae? See <a href="./" className="link-underlined">FAQ</a> for more info.
</Alert>

<Alert color="warning" iconName="warning">
<strong>Warning!</strong> Data update failed due to missing internet connection.
<strong>Warning!</strong> Data update failed due to missing internet connection. See <a href="./" className="link-underlined">FAQ</a> for more info.
</Alert>

<Alert color="danger" iconName="close">
Data update failed due to missing internet connection.
Data update failed due to missing internet connection. See <a href="./" className="link-underlined">FAQ</a> for more info.
</Alert>

0 comments on commit 39df5ae

Please sign in to comment.