diff --git a/frontend/lib/data/index.ts b/frontend/lib/data/index.ts index 0965589..3877c03 100644 --- a/frontend/lib/data/index.ts +++ b/frontend/lib/data/index.ts @@ -22,15 +22,15 @@ export const projectTemplates: { { id: "nextjs", name: "NextJS", - icon: "/project-icons/node.svg", - description: "A JavaScript runtime built on the V8 JavaScript engine", + icon: "/project-icons/next-js.svg", + description: "a React framework for building full-stack web applications", disabled: false, }, { id: "streamlit", name: "Streamlit", icon: "/project-icons/python.svg", - description: "A JavaScript runtime built on the V8 JavaScript engine", + description: "A faster way to build and share data apps", disabled: false, }, ] diff --git a/frontend/public/project-icons/next-js.svg b/frontend/public/project-icons/next-js.svg new file mode 100644 index 0000000..596bf80 --- /dev/null +++ b/frontend/public/project-icons/next-js.svg @@ -0,0 +1 @@ + \ No newline at end of file