Update lib/src/Components/Profile/Subcomponents/AttestationsView.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Anton Tranelis 2025-12-16 21:12:05 +01:00 committed by GitHub
parent 24f10e2b0a
commit 9e184379e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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`}