Skip to content

Commit 673d33f

Browse files
committed
added daisyUI svg
1 parent 8f57673 commit 673d33f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/data/svgs.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
import type { iSVG } from '../types/svg';
22

33
export const svgs: iSVG[] = [
4+
{
5+
title: 'daisyUI',
6+
category: 'Library',
7+
route: '/library/daisyui.svg',
8+
url: 'https://daisyui.com/'
9+
},
410
{
511
title: 'PayPal',
612
category: 'Payment',

static/library/daisyui.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)