feat: update now page style
This commit is contained in:
parent
bac06065d6
commit
d59b3767f4
3 changed files with 15 additions and 6 deletions
|
@ -33,7 +33,7 @@ const fetchRecentMovies = async () => {
|
|||
|
||||
$("channel")
|
||||
.children("item")
|
||||
.slice(0, 6)
|
||||
.slice(0, 5)
|
||||
.each((_, element) => {
|
||||
const title = $(element).children("letterboxd\\:filmTitle").text();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue