This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Merge pull request
#321
from KnzkDev/fix/dropdown-text
Fix dropdown item text
closed-social-glitch-2
David Yip
6 years ago
committed by
GitHub
parent
9fa79bc317
cf5789146b
commit
e2ce628724
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
app/javascript/flavours/glitch/features/composer/options/dropdown/content/item/index.js
+ 4
- 1
app/javascript/flavours/glitch/features/composer/options/dropdown/content/item/index.js
View File
@ -104,7 +104,10 @@ export default class ComposerOptionsDropdownContentItem extends React.PureCompon
<
strong
>
{
text
}
<
/
s
t
r
o
n
g
>
{
meta
}
<
/
d
i
v
>
)
:
<
div
className
=
'content'
>
{
text
}
<
/
d
i
v
>
}
)
:
<
div
className
=
'content'
>
<
strong
>
{
text
}
<
/
s
t
r
o
n
g
>
<
/
d
i
v
>
}
<
/
d
i
v
>
)
;
}
Write
Preview
Loading…
Cancel
Save