From 1c983b02a60e888c8092f6ab34cf4b7f47dcf77d Mon Sep 17 00:00:00 2001
From: victor
Date: Tue, 3 Dec 2024 22:56:49 -0500
Subject: [PATCH] minor tweaks
---
frontend/src/components/Footer.tsx | 2 +-
frontend/src/components/Picks.tsx | 2 +-
frontend/src/components/Recommendation.tsx | 2 +-
frontend/src/pages/FAQ.tsx | 11 +++++++++--
4 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/frontend/src/components/Footer.tsx b/frontend/src/components/Footer.tsx
index 2e7f2d7..f8807d9 100644
--- a/frontend/src/components/Footer.tsx
+++ b/frontend/src/components/Footer.tsx
@@ -44,7 +44,7 @@ const Footer = () => {
>
Victor Verma
{" "}
- | v1.1.1
+ | v1.1.2
{logos.map((logo, index) => (
diff --git a/frontend/src/components/Picks.tsx b/frontend/src/components/Picks.tsx
index 59e3003..f0745b2 100644
--- a/frontend/src/components/Picks.tsx
+++ b/frontend/src/components/Picks.tsx
@@ -126,7 +126,7 @@ const Picks = () => {
diff --git a/frontend/src/components/Recommendation.tsx b/frontend/src/components/Recommendation.tsx
index a476769..c2cea38 100644
--- a/frontend/src/components/Recommendation.tsx
+++ b/frontend/src/components/Recommendation.tsx
@@ -220,7 +220,7 @@ const Recommendation = () => {
diff --git a/frontend/src/pages/FAQ.tsx b/frontend/src/pages/FAQ.tsx
index a1d5a56..5a3a849 100644
--- a/frontend/src/pages/FAQ.tsx
+++ b/frontend/src/pages/FAQ.tsx
@@ -118,8 +118,15 @@ const FrequentlyAskedQuestions = () => {
Watchlist
-
-
+
+ Are the watchlist picks in order of recommendation?
+
+
+ No! The watchlist picks are chosen randomly from the
+ considered watchlist(s). For recommendations, use the movie
+ recommendation feature, which will likely include movies
+ that are on your watchlist.
+
);