mirror of
https://github.com/tabler/tabler.git
synced 2026-08-29 13:21:29 +04:00
Improve accessibility across layouts, components, and forms (#2799)
This commit is contained in:
@@ -41,9 +41,9 @@ const person = (people as Person[])[personId]
|
||||
<Fragment>
|
||||
🍪 Our site uses cookies. By continuing to use our site, you agree to our Cookie Policy.
|
||||
<div class="mt-2 pt-2 border-top">
|
||||
<a href="#" class="btn btn-primary btn-sm">
|
||||
<button type="button" class="btn btn-primary btn-sm" data-bs-dismiss="toast">
|
||||
I understand
|
||||
</a>
|
||||
</button>
|
||||
</div>
|
||||
</Fragment>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user