fix: change icon on community profile

This commit is contained in:
Jean-Baptiste Pasquier 2021-04-26 20:13:43 +02:00
parent c7fa17ca22
commit 725b11e270
3 changed files with 5 additions and 5 deletions

6
package-lock.json generated
View File

@ -1615,9 +1615,9 @@
} }
}, },
"@startinblox/hubl-styling-framework": { "@startinblox/hubl-styling-framework": {
"version": "1.8.23", "version": "1.8.24",
"resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.8.23.tgz", "resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.8.24.tgz",
"integrity": "sha512-BpjTIK/wcleOV0M4TpepfN3EPh+cUaSHlAFnkKZVk9FmK81o1xlmDeBxeKqW+vnG+J77FckD0kWPQ+KBVEKj8g==" "integrity": "sha512-eYrFaNG9iD3dskQcID7eEXabQZaE1u6QKuhJ8HTcnEKUFCo2DQhMe1F15zwYtxVeGE7KTrbGlGPGxfRQ2r8hig=="
}, },
"@types/q": { "@types/q": {
"version": "1.5.4", "version": "1.5.4",

View File

@ -57,7 +57,7 @@
"clearDist": false "clearDist": false
}, },
"dependencies": { "dependencies": {
"@startinblox/hubl-styling-framework": "^1.8.23", "@startinblox/hubl-styling-framework": "^1.8.24",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"fs-extra": "^9.0.1", "fs-extra": "^9.0.1",
"normalize.css": "^8.0.1", "normalize.css": "^8.0.1",

View File

@ -2,7 +2,7 @@ if componentSet.has('communities') && getRoute('communities')
solid-widget(name='hubl-communities-profile-members-counter') solid-widget(name='hubl-communities-profile-members-counter')
template template
span span
span.icon.icon-people.icon-third.icon-large.margin-right-xsmall span.margin-bottom-xsmall.icon.mdi-account-multiple.icon-third.icon-large.icon-margin-right-xsmall
solid-display.text-medium( solid-display.text-medium(
data-src="${src || value}" data-src="${src || value}"
fields='' fields=''