mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-02-06 09:55:47 +00:00
Update lib/src/Components/Profile/Subcomponents/AttestationsView.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
24f10e2b0a
commit
9e184379e5
@ -37,7 +37,7 @@ export const AttestationsView = ({ item, heading = 'Trust', hideWhenEmpty = true
|
||||
<table className='sm:tw:table-sm md:tw:table-md tw:w-full'>
|
||||
<tbody>
|
||||
{userAttestations.map((a, i) => (
|
||||
<tr key={i}>
|
||||
<tr key={a.id}>
|
||||
<td>
|
||||
<div
|
||||
className={`tw:cursor-pointer tw:text-3xl tw:mask ${a.shape === 'squircle' ? 'tw:mask-squircle' : a.shape === 'circle' ? 'tw:mask-circle' : 'tw:mask-hexagon-2'} tw:p-2 tw:my-2 tw:mr-2 tw:shadow-xl`}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user