diff --git a/jam-ui/src/components/client/JKVideoButton.js b/jam-ui/src/components/client/JKVideoButton.js index 282a2745e..75ae25107 100644 --- a/jam-ui/src/components/client/JKVideoButton.js +++ b/jam-ui/src/components/client/JKVideoButton.js @@ -2,7 +2,7 @@ import React, { useState, useCallback, memo } from 'react'; import { Button, Spinner } from 'reactstrap'; import { toast } from 'react-toastify'; import PropTypes from 'prop-types'; -import videoIcon from '../../assets/images/icons8-video-call-50.png'; +import videoIcon from '../../assets/img/client/video.svg'; /** * Self-contained video button with colocated loading state.