mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 02:13:43 +03:00
Add .emoji to some icons
This commit is contained in:
parent
e7b85f7484
commit
b77f0c85e9
|
@ -333,11 +333,11 @@ export default function getExcEditor(theState) {
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<input id="this-yes" type="radio" name="if-proxy-this-site" checked={inputProxyingState === true} onClick={onradio}/>
|
<input id="this-yes" type="radio" name="if-proxy-this-site" checked={inputProxyingState === true} onClick={onradio}/>
|
||||||
{' '}<label for="this-yes" style="color: black">✔ да</label>
|
{' '}<label for="this-yes"><span class="emoji">✔</span> да</label>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<input id="this-no" type="radio" name="if-proxy-this-site" checked={inputProxyingState === false} onClick={onradio}/>
|
<input id="this-no" type="radio" name="if-proxy-this-site" checked={inputProxyingState === false} onClick={onradio}/>
|
||||||
{' '}<label for="this-no" style="color: black">✘ нет</label></li>
|
{' '}<label for="this-no"><span class="emoji">✘</span> нет</label></li>
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
);
|
);
|
||||||
|
|
|
@ -15,7 +15,7 @@ export default function getPacChooser(theState) {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<section>
|
<section>
|
||||||
<header>Я <span style="color: #f93a17">❤</span> yведомления:</header>
|
<header>Я <span class="emoji" style="color: #f93a17">❤</span> yведомления:</header>
|
||||||
<ul class={scopedCss.listOfNotifiers}>
|
<ul class={scopedCss.listOfNotifiers}>
|
||||||
{
|
{
|
||||||
Array.from(props.apis.errorHandlers.getEventsMap()).map(([ntfId, ntfName]) => {
|
Array.from(props.apis.errorHandlers.getEventsMap()).map(([ntfId, ntfName]) => {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user