mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Reduce dom elements for icons
This commit is contained in:
parent
334cd6842e
commit
390bf898bb
1 changed files with 2 additions and 6 deletions
|
|
@ -50,12 +50,8 @@
|
|||
>
|
||||
<div class="flex items-center px-4 py-4 sm:px-6">
|
||||
<div class="min-w-0 flex-1 flex items-center">
|
||||
<div class="flex-shrink-0">
|
||||
<div
|
||||
class="h-12 w-12 rounded-full flex items-center justify-center bg-darker"
|
||||
>
|
||||
<div>{{ app.name.charAt(0) }}</div>
|
||||
</div>
|
||||
<div class="flex-shrink-0 h-12 w-12 rounded-full flex items-center justify-center bg-darker">
|
||||
{{ app.name.charAt(0) }}
|
||||
</div>
|
||||
<div class="min-w-0 flex-1 px-4 md:grid md:grid-cols-2 md:gap-4">
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue