Skip to content

Commit 1447850

Browse files
authored
Merge pull request #585 from jamdaniels/add-daisyUI-library
added daisyUI svg
2 parents 8f57673 + 673d33f commit 1447850

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)