diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 8b19541..d9dda76 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3243,6 +3243,16 @@ export const svgs: iSVG[] = [ route: '/library/shiki.svg', url: 'https://shiki.style/' }, + { + title: 'Dropbox', + category: ['Hosting', 'Software'], + route: '/library/dropbox.svg', + wordmark: { + light: '/library/dropbox_wordmark.svg', + dark: '/library/dropbox_wordmark_dark.svg' + }, + url: 'https://www.dropbox.com/' + }, { title: 'Open WebUI', category: ['AI', 'Software'], diff --git a/static/library/dropbox.svg b/static/library/dropbox.svg new file mode 100644 index 0000000..73feb69 --- /dev/null +++ b/static/library/dropbox.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/dropbox_wordmark.svg b/static/library/dropbox_wordmark.svg new file mode 100644 index 0000000..d496780 --- /dev/null +++ b/static/library/dropbox_wordmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/dropbox_wordmark_dark.svg b/static/library/dropbox_wordmark_dark.svg new file mode 100644 index 0000000..ae589bc --- /dev/null +++ b/static/library/dropbox_wordmark_dark.svg @@ -0,0 +1 @@ + \ No newline at end of file