Skip to content

Commit b17d8a1

Browse files
Miriam PetrocchiMiriam Petrocchi
authored andcommitted
change icon format
1 parent 8a97598 commit b17d8a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/DynamicSpreadsheet.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export default function DynamicSpreadsheet() {
167167
/>
168168
<IconSelect
169169
options={formati}
170-
icon="pepicons-pop:label"
170+
icon="mdi:format-list-bulleted"
171171
filter="formato"
172172
onFilterSelection={handleFilterSelection}
173173
/>
@@ -239,7 +239,7 @@ export default function DynamicSpreadsheet() {
239239
>
240240
<img src={`/risorse/post-e-webinar/${row.nome_immagine}`} alt="" className="max-w-[200px]" />
241241

242-
<div className="not-prose">
242+
<div className="not-prose mt-4">
243243
<h3 className="text-2xl">{row.nome}</h3>
244244
{row.descrizione && <p className="text-base text-slate-700 mt-2">{row.descrizione}</p>}
245245
<div className="flex flex-wrap gap-2 mt-2">

0 commit comments

Comments
 (0)