From a0183451ad02dae555d401afab452230b769dcbf Mon Sep 17 00:00:00 2001 From: Hamzat Victor Date: Sun, 13 Oct 2024 23:48:36 +0100 Subject: [PATCH] feat: update project image and description --- frontend/lib/data/index.ts | 6 +++--- frontend/public/project-icons/next-js.svg | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 frontend/public/project-icons/next-js.svg 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