Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
eafa1573
Commit
eafa1573
authored
Jul 02, 2020
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prefix the icon anchors to make them more unique
parent
f4f183bc
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
72 additions
and
72 deletions
+72
-72
images/icons.svg
images/icons.svg
+71
-71
src/components/icons.js
src/components/icons.js
+1
-1
No files found.
images/icons.svg
View file @
eafa1573
This diff is collapsed.
Click to expand it.
src/components/icons.js
View file @
eafa1573
...
...
@@ -41,7 +41,7 @@ class ConverseIcon extends CustomElement {
}
getSource
()
{
return
`#
${
this
.
class_name
.
split
(
"
"
)[
1
].
replace
(
"
fa-
"
,
""
)}
`
;
return
`#
icon-
${
this
.
class_name
.
split
(
"
"
)[
1
].
replace
(
"
fa-
"
,
""
)}
`
;
}
getStyles
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment