This commit is contained in:
Raphael Wickihalder 2022-06-17 11:27:23 +02:00
parent 9ad8c31e3f
commit 8e15f30ace
No known key found for this signature in database
GPG key ID: 05179BB92383243D

View file

@ -54,7 +54,7 @@ const PremiumPlusTile = (props: Props) => {
<span className="channel-name">{channel}</span> <span className="channel-name">{channel}</span>
<br /> <br />
</div> </div>
<span sclassName="view_count">{time}</span> <span className="view_count">{time}</span>
</div> </div>
</div> </div>
</div> </div>