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:
@@ -26,7 +26,7 @@ const person = (people as Person[])[personId - 1]
|
||||
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<div class="card-title">{title}</div>
|
||||
<h3 class="card-title">{title}</h3>
|
||||
<div class="mb-2">
|
||||
<Icon name="book" class="me-2 text-secondary" />
|
||||
Went to: <strong>{person.university}</strong>
|
||||
|
||||
Reference in New Issue
Block a user