mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-08-09 20:24:09 +00:00
Update TrendingPage.vue
This commit is contained in:
@@ -1,8 +1,4 @@
|
|||||||
<template>
|
<template>
|
||||||
<h1 v-t="'titles.trending'" class="font-bold text-center my-4" />
|
|
||||||
|
|
||||||
<hr />
|
|
||||||
|
|
||||||
<div class="video-grid">
|
<div class="video-grid">
|
||||||
<VideoItem v-for="video in videos" :key="video.url" :video="video" height="118" width="210" />
|
<VideoItem v-for="video in videos" :key="video.url" :video="video" height="118" width="210" />
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user