From 7fd236c45c730281eb648fb046813c02bd0ac30d Mon Sep 17 00:00:00 2001 From: 0x4d5041 <55035865+0x4D5041@users.noreply.github.com> Date: Tue, 12 Dec 2023 16:14:21 -0300 Subject: [PATCH 1/2] add ubuntu logo --- static/library/ubuntu.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 static/library/ubuntu.svg diff --git a/static/library/ubuntu.svg b/static/library/ubuntu.svg new file mode 100644 index 0000000..c348cc7 --- /dev/null +++ b/static/library/ubuntu.svg @@ -0,0 +1 @@ + \ No newline at end of file From 6aed0e04f7c843fbbd131a377c4c56dc218439c2 Mon Sep 17 00:00:00 2001 From: 0x4d5041 <55035865+0x4D5041@users.noreply.github.com> Date: Tue, 12 Dec 2023 16:15:12 -0300 Subject: [PATCH 2/2] added ubuntu logo --- src/data/svgs.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 292b4fc..02c0c45 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -2085,5 +2085,12 @@ export const svgs: iSVG[] = [ category: 'Software', route: '/library/linux.svg', url: 'https://www.linux.org/' + }, + { + id: 253, + title: 'Ubuntu', + category: 'Software', + route: '/library/ubuntu.svg', + url: 'https://ubuntu.com/' } ];