From 07022af63294033715f3e3f843fec2252e094f4a Mon Sep 17 00:00:00 2001 From: Ostap Brehin Date: Thu, 29 Jun 2023 13:24:43 +0100 Subject: [PATCH] Replace `Spatie` logo with the SVG version --- src/drivers/webextension/images/icons/Spatie.png | Bin 1044 -> 0 bytes src/drivers/webextension/images/icons/Spatie.svg | 1 + src/technologies/s.json | 6 +++--- 3 files changed, 4 insertions(+), 3 deletions(-) delete mode 100644 src/drivers/webextension/images/icons/Spatie.png create mode 100644 src/drivers/webextension/images/icons/Spatie.svg diff --git a/src/drivers/webextension/images/icons/Spatie.png b/src/drivers/webextension/images/icons/Spatie.png deleted file mode 100644 index 7da240289e115a8a45a1de58b1b4b644a30e476b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1044 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyEa{HEjtmSN`?>!lvVtU&J%W50 z7^>757#dm_7=8hT8eT9klo~KFyh>nTu$sZZAYL$MSD+0817l=>Plzi+>0}gCGKs5t zx>WN#xz+`ujdR#4rZE&xl4+S=vF+IYJ5O%E{_x=4r>igCZn<{9aMNMM_J!I#OOM=t z_U}Ik{QLL+#;f;XOSW@WOzyA*3d&*liouP07bJ-Mw{^i{V&gu0o^O?8#13sjg?HY3`1|kQ{dXVdp1S5ce+ysD%&c_>KL7aj{r8`pHy_zf zTgzHLC49+_Q;%NSO-Un) z^Nv1v&Qm>up`hQWZ~2?A-|xQtXgzh!;}4&|{`}p(@63*y54o#nuvbpYSi9e9%9^d$ zAAJAyd&1!hyfrg?=Wm{I{POV!&u_o^aQXS$;6>YbYi5cx%sIA=%>@)eB|(0{*2n+; z5p~#M0pv3#dAqwv%+73;19I3)Jbhi+AM%LtG0F5kpTY!`R`7Ij46!(!oRE-`bdYm~ zgrtN-CXYTT73P;x&wzVd-JVvIWSvv zHIuKde7t>qK*Win#83f&6`~?CLR?>bA}qAUSl65ryfyJo;6+0rp^Y{XA{&k!^;Y?y z`bq7kr^g4?0evjZ^-o&v-r!VqjM0)=TCVRu=Z2EW#|T;L>1nIE7hxbBMy}8&^&o lIdeqj2>a;=t$z)%1H diff --git a/src/drivers/webextension/images/icons/Spatie.svg b/src/drivers/webextension/images/icons/Spatie.svg new file mode 100644 index 000000000..3cb6c521c --- /dev/null +++ b/src/drivers/webextension/images/icons/Spatie.svg @@ -0,0 +1 @@ + diff --git a/src/technologies/s.json b/src/technologies/s.json index 1cb83adc1..14afe14e8 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -4901,7 +4901,7 @@ 67 ], "description": "Spatie Laravel Cookie Consent is a banner that is displayed on websites to ask visitors for consent for the use of cookies.", - "icon": "Spatie.png", + "icon": "Spatie.svg", "implies": "Laravel", "js": { "laravelCookieConsent": "" @@ -4931,7 +4931,7 @@ ], "description": "Spatie Support Bubble is a non-intrusive support form.", "dom": "div.spatie-support-bubble", - "icon": "Spatie.png", + "icon": "Spatie.svg", "implies": [ "Laravel", "Tailwind CSS" @@ -7154,4 +7154,4 @@ }, "website": "https://styled-components.com" } -} \ No newline at end of file +}