We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a97598 commit b17d8a1Copy full SHA for b17d8a1
src/components/DynamicSpreadsheet.tsx
@@ -167,7 +167,7 @@ export default function DynamicSpreadsheet() {
167
/>
168
<IconSelect
169
options={formati}
170
- icon="pepicons-pop:label"
+ icon="mdi:format-list-bulleted"
171
filter="formato"
172
onFilterSelection={handleFilterSelection}
173
@@ -239,7 +239,7 @@ export default function DynamicSpreadsheet() {
239
>
240
<img src={`/risorse/post-e-webinar/${row.nome_immagine}`} alt="" className="max-w-[200px]" />
241
242
- <div className="not-prose">
+ <div className="not-prose mt-4">
243
<h3 className="text-2xl">{row.nome}</h3>
244
{row.descrizione && <p className="text-base text-slate-700 mt-2">{row.descrizione}</p>}
245
<div className="flex flex-wrap gap-2 mt-2">
0 commit comments