diff --git a/.prettierrc b/.prettierrc
index 607eab8..b049bd0 100644
--- a/.prettierrc
+++ b/.prettierrc
@@ -1,2 +1,5 @@
semi: false
-useTabs: false
\ No newline at end of file
+useTabs: false
+tabWidth: 2
+singleQuote: true
+bracketSpacing: true
diff --git a/dist/nft-card.min.js b/dist/nft-card.min.js
index 3df0b6b..9cebd23 100644
--- a/dist/nft-card.min.js
+++ b/dist/nft-card.min.js
@@ -300,85 +300,89 @@ const se=new WeakMap,oe=a(e=>t=>{if(!(t instanceof T)||t instanceof I||"style"!=
class="pill ${this.imageUrl?"":"no-img"}"
style=${oe({backgroundColor:this.backgroundColor,color:this.textColor,border:this.border})}
>
- ${this.imageUrl?D``:""}
+ ${this.imageUrl?D`
+
+ `:""}
${this.label}
`}};he([Q({type:String})],me.prototype,"imageUrl",void 0),he([Q({type:String})],me.prototype,"label",void 0),he([Q({type:String})],me.prototype,"backgroundColor",void 0),he([Q({type:String})],me.prototype,"textColor",void 0),he([Q({type:String})],me.prototype,"border",void 0),he([Q({type:Object})],me.prototype,"customStyles",void 0),me=he([J("pill-element")],me);let ye=class extends ie{static get styles(){return re` - @keyframes pulse-opacity { - 0% { - opacity: 1; - } - 16.666% { - opacity: 1; - } - 100% { - opacity: 0; - } - } - .Loading { - transform: translate(-50%,-50%) rotate(30deg); - height: 81px; - width: 90px; - position: absolute; - left: 50%; - top: 50%; - } - .Loading .tri.upwards { - border-top: 0; - border-bottom: 27px solid #fff; - } - .Loading .tri:first-child { - left: 15px; - border-bottom-color: #00c9a4; - } - .Loading .tri:nth-child(2) { - left: 30px; - animation-delay: .1s; - border-top-color: #00ffd0; - } - .Loading .tri:nth-child(3) { - left: 45px; - animation-delay: .2s; - border-bottom-color: #00d7d1; - } - .Loading .tri:nth-child(4) { - left: 45px; - top: 27px; - animation-delay: .3s; - border-top-color: #0095be; - } - .Loading .tri:nth-child(5) { - top: 27px; - left: 30px; - animation-delay: .4s; - border-bottom-color: #007296; - } - .Loading .tri:nth-child(6) { - top: 27px; - left: 15px; - animation-delay: .5s; - border-top-color: #1c1f27; - } - .Loading .tri, .Loading .tri.upwards { - border-left: 15px solid transparent; - border-right: 15px solid transparent; - } - .Loading .tri { - position: absolute; - opacity: 0; - animation: pulse-opacity .6s ease-in infinite; - border-top: 27px solid #fff; - border-bottom: 0; - } - `}render(){return D` -+${t}
Stats
+Stats
+