+
{tagsResults.length > 0 && (
{tagsResults.slice(0, 3).map((tag) => (
diff --git a/src/Components/Templates/AttestationForm.tsx b/src/Components/Templates/AttestationForm.tsx
index e23a2aff..3ed1e6c7 100644
--- a/src/Components/Templates/AttestationForm.tsx
+++ b/src/Components/Templates/AttestationForm.tsx
@@ -96,8 +96,8 @@ export const AttestationForm = ({ api }: { api?: ItemsApi
}) => {
(u, k) => (
{u.image ? (
-
-
+
+

}) => {
) : (
-
+
)}
{u.name}
@@ -141,7 +141,7 @@ export const AttestationForm = ({ api }: { api?: ItemsApi
}) => {
-
diff --git a/src/Components/Templates/EmojiPicker.tsx b/src/Components/Templates/EmojiPicker.tsx
index 58e57ada..b012f034 100644
--- a/src/Components/Templates/EmojiPicker.tsx
+++ b/src/Components/Templates/EmojiPicker.tsx
@@ -97,7 +97,8 @@ export const EmojiPicker = ({
<>
{selectedEmoji}
@@ -123,7 +124,9 @@ export const EmojiPicker = ({
className={`tw:cursor-pointer tw:hover:bg-base-200 tw:rounded-md tw:p-2 ${shape === selectedShape ? 'tw:bg-base-300' : ''}`}
onClick={() => selectShape(shape)}
>
-
+
))}
@@ -135,7 +138,10 @@ export const EmojiPicker = ({
className={`tw:cursor-pointer tw:hover:bg-base-200 tw:rounded-md tw:p-2 tw:flex tw:justify-center tw:items-center ${color === selectedColor ? 'tw:bg-base-300' : ''}`}
onClick={() => selectColor(color)}
>
-
+
))}
diff --git a/src/Components/Templates/SelectUser.tsx b/src/Components/Templates/SelectUser.tsx
index af851393..8f1083c2 100644
--- a/src/Components/Templates/SelectUser.tsx
+++ b/src/Components/Templates/SelectUser.tsx
@@ -38,8 +38,8 @@ export const SelectUser = () => {
{u.image ? (
-
-
+
+
 {
) : (
-
+
)}
{u.name}
@@ -65,7 +65,7 @@ export const SelectUser = () => {
className='tw:place-self-center '
to={'/attestation-form' + '?to=' + selectedUsers.map((u) => u, ',')}
>
- Next
+ Next
|