From 673d33fb28884b4f990875d9985e36b68483d114 Mon Sep 17 00:00:00 2001 From: jamdaniels Date: Sat, 1 Mar 2025 02:02:32 +0100 Subject: [PATCH] added daisyUI svg --- src/data/svgs.ts | 6 ++++++ static/library/daisyui.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 static/library/daisyui.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 2dc1a08..99aa871 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1,6 +1,12 @@ import type { iSVG } from '../types/svg'; export const svgs: iSVG[] = [ + { + title: 'daisyUI', + category: 'Library', + route: '/library/daisyui.svg', + url: 'https://daisyui.com/' + }, { title: 'PayPal', category: 'Payment', diff --git a/static/library/daisyui.svg b/static/library/daisyui.svg new file mode 100644 index 0000000..a57a759 --- /dev/null +++ b/static/library/daisyui.svg @@ -0,0 +1 @@ + \ No newline at end of file