From a12213c12c534efe12c90405fa5555dc37a28fa8 Mon Sep 17 00:00:00 2001 From: Burak Kantarci Date: Mon, 11 Dec 2023 17:14:44 +0000 Subject: [PATCH 1/2] Added beacon logo svg --- static/library/Beacon-Logo.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 static/library/Beacon-Logo.svg diff --git a/static/library/Beacon-Logo.svg b/static/library/Beacon-Logo.svg new file mode 100644 index 0000000..54ecea5 --- /dev/null +++ b/static/library/Beacon-Logo.svg @@ -0,0 +1 @@ + \ No newline at end of file From b4d24938e82cd15057d8fc5ed636a5914bf73995 Mon Sep 17 00:00:00 2001 From: Burak Kantarci Date: Mon, 11 Dec 2023 17:16:10 +0000 Subject: [PATCH 2/2] Update svgs.ts --- src/data/svgs.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/data/svgs.ts b/src/data/svgs.ts index e95a8c5..8467423 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1618,4 +1618,11 @@ export const svgs: iSVG[] = [ route: '/library/randevum.svg', url: 'https://www.randevum.co' }, + { + "id": 232, + "title": "Beacon", + "category": "Software", + "route": "/library/Beacon-Logo.svg", + "url": "https://www.beacon.com" + }, ];