Update: Headline of new uploaded movies changed this week

This commit is contained in:
Chneemann 2024-09-09 09:22:23 +02:00
parent 1373b46898
commit b282732f0a

View file

@ -1,7 +1,7 @@
<section *ngIf="movies.length > 0" class="hide-scrollbar"> <section *ngIf="movies.length > 0" class="hide-scrollbar">
<!-- New movies this week (starts on Mondays) --> <!-- New movies added this week (starts on Mondays) -->
<div *ngIf="recentMovies().length > 0" class="category"> <div *ngIf="recentMovies().length > 0" class="category">
<p>Added in the last 7 days</p> <p>New movies added this week</p>
<div class="movies"> <div class="movies">
<!-- Load movies --> <!-- Load movies -->
@for (movie of recentMovies(); track movie) { @for (movie of recentMovies(); track movie) {