diff --git a/frontend/app/components/Assist/components/AssistActions/AssistActions.tsx b/frontend/app/components/Assist/components/AssistActions/AssistActions.tsx index 75a770b51..9584188fc 100644 --- a/frontend/app/components/Assist/components/AssistActions/AssistActions.tsx +++ b/frontend/app/components/Assist/components/AssistActions/AssistActions.tsx @@ -94,7 +94,7 @@ function AssistActions({ toggleChatWindow, userId, calling, annotating, peerConn onClick={ toggleAnnotation } role="button" > - +
@@ -109,7 +109,7 @@ function AssistActions({ toggleChatWindow, userId, calling, annotating, peerConn onClick={ requestReleaseRemoteControl } role="button" > - +
diff --git a/frontend/app/svg/icons/pencil-stop.svg b/frontend/app/svg/icons/pencil-stop.svg new file mode 100644 index 000000000..f7c192810 --- /dev/null +++ b/frontend/app/svg/icons/pencil-stop.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/frontend/app/svg/icons/window-x.svg b/frontend/app/svg/icons/window-x.svg new file mode 100644 index 000000000..facc1178f --- /dev/null +++ b/frontend/app/svg/icons/window-x.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file