diff --git a/frontend/app/components/Session_/Subheader.js b/frontend/app/components/Session_/Subheader.js
index e75bc3198..b22817c95 100644
--- a/frontend/app/components/Session_/Subheader.js
+++ b/frontend/app/components/Session_/Subheader.js
@@ -1,10 +1,11 @@
import React from 'react';
-import { Icon, TextEllipsis, Tooltip } from 'UI';
+import { Icon } from 'UI';
import Autoplay from './Autoplay';
import Bookmark from 'Shared/Bookmark'
import SharePopup from '../shared/SharePopup/SharePopup';
import { connectPlayer } from 'Player';
import copy from 'copy-to-clipboard';
+import { Tooltip } from 'react-tippy';
function SubHeader(props) {
const [isCopied, setCopied] = React.useState(false);
@@ -21,15 +22,20 @@ function SubHeader(props) {
onClick={() => {
copy(props.currentLocation);
setCopied(true)
+ setTimeout(() => setCopied(false), 5000)
}}
>