Files
CHIEFSOFT\ameye d8c7ec4866 first commit
2025-02-12 23:25:43 -05:00

59 lines
1.5 KiB
JavaScript

export const FaqContent = [
{ id: 1,
avatar: "img_43",
title: "How to set up two-factor authentication (2FA)",
writterName: "Jonny White",
date: "12 apr, 2020",
},
{ id:2 ,
avatar: "img_44",
title: "Can I sell raffle tickets using Deski?",
writterName: "Jonny White",
date: "12 apr, 2020",
},
{ id:3 ,
avatar: "img_45",
title: "How do I send tickets as a PDF?",
writterName: "Jonny White",
date: "12 apr, 2020",
},
{ id: 4,
avatar: "img_46",
title: "How do I send invoices to my ticket buyers?",
writterName: "Jonny White",
date: "12 apr, 2020",
},
{ id: 5,
avatar: "img_47",
title: "How do I edit the ticket types?",
writterName: "Jonny White",
date: "12 apr, 2020",
},
{ id: 6,
avatar: "img_48",
title: "How do I edit the currency for my event?",
writterName: "Jonny White",
date: "12 apr, 2020",
},
{ id:7 ,
avatar: "img_49",
title: "How can I schedule my event to go live at a future date?",
writterName: "Jonny White",
date: "12 apr, 2020",
},
{ id: 8,
avatar: "img_50",
title: "Can I include a seating plan?",
writterName: "Jonny White",
date: "12 apr, 2020",
},
{ id:9 ,
avatar: "img_51",
title: "Can I use other ticket selling agencies at the same time?",
writterName: "Jonny White",
date: "12 apr, 2020",
},
];