diff --git a/src/libraries/db.tsx b/src/libraries/db.tsx index 86f07d31a..f02e720ff 100644 --- a/src/libraries/db.tsx +++ b/src/libraries/db.tsx @@ -1,5 +1,5 @@ import { BsCollectionFill } from 'react-icons/bs' -import { VscPreview, VscWand } from 'react-icons/co' +import { VscPreview } from 'react-icons/vsc' import { Library } from '.' import { FaGithub, FaBolt, FaCogs } from 'react-icons/fa' import { BiBookAlt } from 'react-icons/bi' @@ -27,19 +27,19 @@ export const dbProject = { colorFrom: `from-orange-500`, colorTo: `to-orange-700`, textColor: `text-orange-700`, - frameworks: ['react', 'solid'], + frameworks: ['react', 'vue'], scarfId: '302d0fef-cb3f-43c6-b45c-f055b9745edb', defaultDocs: 'overview', menu: [ - // { - // icon: , - // label: 'Examples', - // to: '/db/latest/docs/framework/react/examples/simple', - // }, { icon: , label: 'Docs', - to: `https://github.com/${repo}/blob/main/docs/index.md`, + to: '/db/latest/docs', + }, + { + icon: , + label: 'Examples', + to: '/db/latest/docs/framework/react/examples/todo', }, { icon: , diff --git a/src/routes/_libraries/db.$version.index.tsx b/src/routes/_libraries/db.$version.index.tsx index d36116da9..3918ca585 100644 --- a/src/routes/_libraries/db.$version.index.tsx +++ b/src/routes/_libraries/db.$version.index.tsx @@ -61,7 +61,8 @@ export default function DBVersionIndex() { and blazing fast 🔥

Coming soon » @@ -173,8 +174,9 @@ export default function DBVersionIndex() {
Get Started!