mickasmt / next-saas-stripe-starter

Open-source SaaS Starter with User Roles & Admin Panel. Built using Next.js 14, Prisma, Neon, Auth.js v5, Resend, React Email, Shadcn/ui, Stripe, Server Actions.
https://next-saas-stripe-starter.vercel.app
MIT License
1.95k stars 354 forks source link

centralize icons #44

Closed adrianbucks closed 4 months ago

adrianbucks commented 4 months ago

Moved the inline SVG icons from the "Features" component to the "Icons" component.

vercel[bot] commented 4 months ago

@adrianbucks is attempting to deploy a commit to the mickasmt's projects Team on Vercel.

A member of the Team first needs to authorize it.

adrianbucks commented 4 months ago

I just realized I haven't updated the "data-prefix" and "data-icon" values on the "feature" icon added to the "icons" component. The idea of having the icons from the features cards in the "icons" component is that it will allow to set custom icons for each feature in the landing config file.