diff --git a/src/icons/icons.ts b/src/icons/icons.ts index 9b6efde8..d36c2937 100644 --- a/src/icons/icons.ts +++ b/src/icons/icons.ts @@ -22,9 +22,9 @@ export const openSourceLibs: IconDetails[] = [ svg: 'tailwindcss', }, { - name: 'GitHub - Octokit', - link: 'https://github.com/octokit/', - svg: 'github', + name: 'Vite+', + link: 'https://viteplus.dev/', + svg: 'viteplus', }, { name: 'GitHub - Primer Style', @@ -32,4 +32,19 @@ export const openSourceLibs: IconDetails[] = [ svg: 'github', color: 'text-blue-400', }, + { + name: 'TanStack Query', + link: 'https://tanstack.com/query', + svg: 'tanstack', + }, + { + name: 'Zustand', + link: 'https://zustand.docs.pmnd.rs/', + svg: 'zustand', + }, + { + name: 'GitHub - Octokit', + link: 'https://github.com/octokit/', + svg: 'github', + }, ]; diff --git a/src/icons/tanstack.svg b/src/icons/tanstack.svg new file mode 100644 index 00000000..580a6050 --- /dev/null +++ b/src/icons/tanstack.svg @@ -0,0 +1,13 @@ +TanStack Query + + + + + + + + + + + + diff --git a/src/icons/viteplus.svg b/src/icons/viteplus.svg new file mode 100644 index 00000000..13137354 --- /dev/null +++ b/src/icons/viteplus.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/zustand.svg b/src/icons/zustand.svg new file mode 100644 index 00000000..7abf3124 --- /dev/null +++ b/src/icons/zustand.svg @@ -0,0 +1,264 @@ +Zustand + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index e57d1672..2980d7b9 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -44,9 +44,11 @@ import SectionRow from '~/layouts/SectionRow.astro'; - + {openSourceLibs.map((item) => (