💄 Fix conflicts regarding the generated CSS class names
This commit is contained in:
@@ -7,7 +7,7 @@ pub fn AvatarSelector(cx: Scope) -> Element {
|
||||
style { STYLE_SHEET },
|
||||
|
||||
div {
|
||||
class: ClassName::SELECTOR,
|
||||
class: ClassName::AVATAR_SELECTOR,
|
||||
svg {
|
||||
view_box: "0 0 100 100",
|
||||
linearGradient {
|
||||
@@ -46,7 +46,7 @@ pub fn AvatarSelector(cx: Scope) -> Element {
|
||||
},
|
||||
},
|
||||
img {
|
||||
class: ClassName::PICTURE,
|
||||
class: ClassName::AVATAR_SELECTOR_PICTURE,
|
||||
src: "./images/default-avatar.png",
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user