Skip to content

Commit

Permalink
feat: added card and link for "Manuale onboarding dell'ente"
Browse files Browse the repository at this point in the history
  • Loading branch information
ZorbaDimatteo committed Apr 12, 2024
1 parent 4a63d80 commit ec4c05e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions api/data/it/PD.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -265,18 +265,18 @@ export const DocsCards = () => {

export const InDepthCard = () => {
const cards2Data = [
// {
// title: "Manuale onboarding dell’ente",
// description: "",
// buttons: [
// {
// label: "Vai al manuale",
// color: "primary",
// link: "#",
// icon: <ArrowForwardIcon sx={{ color: "primary.main" }} />,
// },
// ],
// },
{
title: "Manuale onboarding dell’ente",
description: "",
buttons: [
{
label: "Vai al manuale",
color: "primary",
link: "https://docs.pagopa.it/manuale-per-onboarding-degli-enti",
icon: <ArrowForwardIcon sx={{ color: "primary.main" }} />,
},
],
},
// {
// title: "Workflow della notifica",
// description: "",
Expand Down

0 comments on commit ec4c05e

Please sign in to comment.