File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import {
1313 GetVideosByVidObservationsApiResponse ,
1414} from 'src/features/api' ;
1515import { ReactComponent as TagIcon } from 'src/assets/icons/tag-icon.svg' ;
16- import { ReactComponent as ShareIcon } from 'src/assets/icons/share -stroke.svg' ;
16+ import { ReactComponent as LinkIcon } from 'src/assets/icons/link -stroke.svg' ;
1717import { useTranslation } from 'react-i18next' ;
1818import { useParams } from 'react-router-dom' ;
1919import { useCallback , useEffect , useState } from 'react' ;
@@ -209,7 +209,7 @@ const Observation = ({
209209 copyLink ( `observation-${ observation . id } ` , event )
210210 }
211211 >
212- < ShareIcon />
212+ < LinkIcon />
213213 </ IconButton >
214214 </ Tooltip >
215215 </ Container >
Original file line number Diff line number Diff line change @@ -32,9 +32,7 @@ const VideosPageHeader = () => {
3232 </ Link >
3333 </ PageHeader . Breadcrumbs >
3434 < PageHeader . Main mainTitle = { t ( '__VIDEOS_PAGE_TITLE' ) } >
35- < PageHeader . Title >
36- < PageTitle > { t ( '__VIDEOS_PAGE_TITLE' ) } </ PageTitle >
37- </ PageHeader . Title >
35+ < PageHeader . Title > { t ( '__VIDEOS_PAGE_TITLE' ) } </ PageHeader . Title >
3836 < PageHeader . Meta >
3937 < Metas campaign = { campaign } />
4038 </ PageHeader . Meta >
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ const Video = ({
9797 isBold
9898 style = { { marginTop : appTheme . space . xxs } }
9999 >
100- T{ video . tester . id }
100+ Tester ID: T{ video . tester . id }
101101 </ SM >
102102 < ObservationsTotalContainer >
103103 < TagsContainer >
You can’t perform that action at this time.
0 commit comments