change session enter button icon
This commit is contained in:
parent
b85a2b236c
commit
df90496d30
Binary file not shown.
|
Before Width: | Height: | Size: 301 B |
|
|
@ -14,7 +14,7 @@ import JKUserLatencyBadge from '../profile/JKUserLatencyBadge';
|
|||
import JKSessionUser from './JKSessionUser';
|
||||
import useNativeAppCheck from '../../hooks/useNativeAppCheck';
|
||||
import { useNativeApp } from '../../context/NativeAppContext';
|
||||
import EnterIcon from '../../assets/img/session/session_entrance.png';
|
||||
import EnterIcon from '../../icons/enter.svg';
|
||||
import JKInstrumentIcon from '../profile/JKInstrumentIcon';
|
||||
|
||||
function JKSession({ session }) {
|
||||
|
|
@ -189,7 +189,7 @@ function JoinSessionButton({ session }) {
|
|||
className="btn-join btn-sm mr-1 mb-1 pt-1 pb-1 pl-1 pr-1"
|
||||
style={{ cursor: 'pointer' }}
|
||||
>
|
||||
<img src={EnterIcon} alt="enter" className="mr-1" height={25} width={30} />
|
||||
<img src={EnterIcon} alt="enter" className="mr-1" width={30} />
|
||||
</Button>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><style>.a{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;}</style></defs><title>login-3</title><path class="a" d="M20.25,18.754v1.5a1.5,1.5,0,0,1-1.5,1.5h-4.5"/><path class="a" d="M14.25,3.754h4.5a1.5,1.5,0,0,1,1.5,1.5v1.5"/><path class="a" d="M10.394,23.246l-9-1.286a.749.749,0,0,1-.644-.742V3.725a.75.75,0,0,1,.593-.734l9-2.221a.75.75,0,0,1,.907.734v21A.75.75,0,0,1,10.394,23.246Z"/><polyline class="a" points="18 9.753 15 12.753 23.25 12.753"/><line class="a" x1="18" y1="15.753" x2="15" y2="12.753"/><line class="a" x1="7.875" y1="11.629" x2="7.875" y2="11.629"/><path class="a" d="M7.875,11.629A.375.375,0,1,0,8.25,12a.374.374,0,0,0-.375-.375"/></svg>
|
||||
|
After Width: | Height: | Size: 767 B |
Loading…
Reference in New Issue