Merge pull request 'develop' (#4) from develop into master
Reviewed-on: #4
This commit is contained in:
commit
337fb30ef0
@ -1,6 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
# שימוש ב-template ממקום שלא נדרס
|
|
||||||
envsubst < /etc/env/env.js.template > /usr/share/nginx/html/env.js
|
|
||||||
|
|
||||||
exec "$@"
|
|
||||||
@ -47,7 +47,7 @@ function IconSelector({ onSelect }) {
|
|||||||
|
|
||||||
{selectedCategory && (
|
{selectedCategory && (
|
||||||
<div>
|
<div>
|
||||||
<label style={{ fontWeight: 'bold' }}>Choose an icon:</label>
|
<label style={{ fontWeight: 'bold', color: 'black' }}>Choose an icon:</label>
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
display: 'grid',
|
display: 'grid',
|
||||||
@ -81,7 +81,7 @@ function IconSelector({ onSelect }) {
|
|||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
{selectedIcon && (
|
{selectedIcon && (
|
||||||
<p style={{ marginTop: 8, fontSize: 13 }}>
|
<p style={{ marginTop: 8, fontSize: 13, color: 'black' }}>
|
||||||
Selected: <code>{selectedIcon.split('/').pop()}</code>
|
Selected: <code>{selectedIcon.split('/').pop()}</code>
|
||||||
</p>
|
</p>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user