fix: [UEPR-116] added missing views text

This commit is contained in:
MiroslavDionisiev 2024-12-05 16:26:33 +02:00
parent 57e461be5f
commit a820434ad0
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ export const YoutubeVideoButton = ({onSelectedVideo, ...videoData}) => (
<div className="video-metadata">
<div className="channel-name">{videoData.channel}</div>
<div className="video-statistics">
{`${parseViewCount(videoData.views)} · ${videoData.uploadTime}`}
{`${parseViewCount(videoData.views)} views · ${videoData.uploadTime}`}
</div>
</div>
{videoData.hasCC && <img src="/images/ideas/video-cc-label.svg" />}

View file

@ -55,7 +55,7 @@
}
.video-metadata {
margin: 0.5rem 4rem 0.25rem 0;
margin: 0.5rem 0 0.25rem 0;
color: $ui-dark-gray;
font-size: 0.75rem;