Skip to content

Commit

Permalink
Renderiza componentes filtrados pelo canal unb-tv
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielaTiago committed Dec 9, 2023
1 parent 8ea19ef commit 95d4806
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions src/app/pages/video/video.component.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.center {
margin: 0 auto;
}
8 changes: 5 additions & 3 deletions src/app/pages/video/video.component.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<div class="flex justify-center content-start flex-wrap gap-2">
<div *ngFor="let video of videosEduplay" class="flex">
<div
class="center flex justify-center content-start flex-wrap gap-2 w-full max-w-3xl"
>
<div *ngFor="let video of unbTvVideos" class="flex">
<div>
<div
*ngFor="let image of video.images"
[routerLink]="['/video', video.id]"
class="cursor-pointer"
>
>
<img
src="{{ image.href }}"
alt="{{ video.title }}"
Expand Down

0 comments on commit 95d4806

Please sign in to comment.