Skip to content

Commit

Permalink
store
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Dec 27, 2023
1 parent 1b12933 commit 8664a57
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/docs/src/lib/data/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ export const productCustomAttributes = {
},
142623: {
screenshot: "/images/store/screenshots/saas-landingpage.png",
tech: ["html", "alpine", "vite", "daisyui", "tailwind"],
tech: ["html", "react", "svelte", "alpine", "daisyui", "tailwind"],
originalprice: 4000,
tags: [],
tags: ["React + Svelte versions added"],
},
130237: {
screenshot: "/images/store/screenshots/auth.png",
Expand All @@ -25,6 +25,7 @@ export const tech = {
html: "HTML",
alpine: "Alpine.js",
react: "React",
svelte: "Svelte",
vite: "Vite",
framer: "Framer Motion",
daisyui: "daisyUI",
Expand Down

0 comments on commit 8664a57

Please sign in to comment.