From 0e81bf9228d59347a8ffe5e0a3b25e5961365cd1 Mon Sep 17 00:00:00 2001 From: Maulik Date: Sat, 9 Apr 2022 18:01:15 +0530 Subject: [PATCH] fix icon name --- src/technologies/_.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/technologies/_.json b/src/technologies/_.json index afa6f03e1..b36ba7bfd 100644 --- a/src/technologies/_.json +++ b/src/technologies/_.json @@ -150,10 +150,10 @@ 105 ], "description": " is an open-source web component developed by Google and maintained through GitHub. aims at putting 3D content on the web easily with a few lines of HTML code. This was first introduced with Chrome 72 in July 2019 and enables users to view 3D in the browser and mobile devices.", - "icon": ".svg", + "icon": "model-viewer.svg", "dom": "model-viewer", "oss": true, "scriptSrc": "/model-viewer/dist/model-viewer\\.min\\.js", "website": "https://modelviewer.dev" } -} \ No newline at end of file +}