Fix placeholder image
This commit is contained in:
parent
5f5be8a35c
commit
f78ec2507b
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ Click the button the below to show as toast (positioning with our utilities in t
|
|||
<div class="position-fixed bottom-0 end-0 p-3" style="z-index: 5">
|
||||
<div id="liveToast" class="toast hide" role="alert" aria-live="assertive" aria-atomic="true">
|
||||
<div class="toast-header">
|
||||
{{< placeholder width="20" height="20" background="#007aff" class="rounded me-2" text="false" title="false" >}}
|
||||
<img src="..." class="rounded me-2" alt="...">
|
||||
<strong class="me-auto">Bootstrap</strong>
|
||||
<small>11 mins ago</small>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="toast" aria-label="Close"></button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue