From c3dc00d591cf9b7f19da4e34487be771db9d0b26 Mon Sep 17 00:00:00 2001 From: aidan-starke Date: Thu, 7 Apr 2022 09:07:03 +1200 Subject: [PATCH] add width & height properties --- _data/icons/cennz.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/_data/icons/cennz.json b/_data/icons/cennz.json index 472558f4..8c9c6513 100644 --- a/_data/icons/cennz.json +++ b/_data/icons/cennz.json @@ -1,7 +1,8 @@ [ - { - "url":"ipfs://QmfDkgrhCFfVJErVVDuU7UYasYsooXMEXFhBzLMNm6pgey", - "format":"svg" - } - ] - \ No newline at end of file + { + "url": "ipfs://QmfDkgrhCFfVJErVVDuU7UYasYsooXMEXFhBzLMNm6pgey", + "width": 29, + "height": 29, + "format": "svg" + } +] \ No newline at end of file