Update: Headline of new uploaded movies changed this week
This commit is contained in:
parent
1373b46898
commit
b282732f0a
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<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">
|
||||
<p>Added in the last 7 days</p>
|
||||
<p>New movies added this week</p>
|
||||
<div class="movies">
|
||||
<!-- Load movies -->
|
||||
@for (movie of recentMovies(); track movie) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue