From f78306f38647aae75b8bc8542d08d3f20db892c8 Mon Sep 17 00:00:00 2001 From: pritamHN <143422832+pritamHN@users.noreply.github.com> Date: Mon, 11 Dec 2023 23:13:02 +0530 Subject: [PATCH 1/2] Add Hashnode logo --- src/data/svgs.ts | 7 +++++++ static/library/hashnode.svg | 1 + 2 files changed, 8 insertions(+) create mode 100644 static/library/hashnode.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 697b866..454b315 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1589,5 +1589,12 @@ export const svgs: iSVG[] = [ category: 'Browser', route: '/library/opera.svg', url: 'https://www.opera.com' + }, + { + id: 228, + title: 'Hashnode', + category: 'Social', + route: '/library/hashnode.svg', + url: 'https://hashnode.com' } ]; diff --git a/static/library/hashnode.svg b/static/library/hashnode.svg new file mode 100644 index 0000000..c1d60f1 --- /dev/null +++ b/static/library/hashnode.svg @@ -0,0 +1 @@ + \ No newline at end of file From 3419e0794d850c0c79cb5a6c54244a275db0e603 Mon Sep 17 00:00:00 2001 From: pritamHN <143422832+pritamHN@users.noreply.github.com> Date: Mon, 11 Dec 2023 23:29:08 +0530 Subject: [PATCH 2/2] Updated the logo dimension. --- static/library/hashnode.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/library/hashnode.svg b/static/library/hashnode.svg index c1d60f1..af3505e 100644 --- a/static/library/hashnode.svg +++ b/static/library/hashnode.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file