Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
victorverma3 committed Dec 4, 2024
1 parent 3e322bb commit 1c983b0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const Footer = () => {
>
Victor Verma
</a>{" "}
| v1.1.1
| v1.1.2
</p>
<div className="w-40 mx-auto flex flex-row justify-around">
{logos.map((logo, index) => (
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/Picks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const Picks = () => {
<input
className="w-64 sm:w-96 mx-auto mt-4 text-center border-2 border-solid border-black"
type="text"
placeholder="Separate usernames by comma"
placeholder="Separate by comma"
{...register("userList")}
/>
</div>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/Recommendation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ const Recommendation = () => {
<input
className="w-64 sm:w-96 mx-auto mt-4 text-center border-2 border-solid border-black"
type="text"
placeholder="Separate usernames by comma"
placeholder="Separate by comma"
{...register("userList")}
/>
</div>
Expand Down
11 changes: 9 additions & 2 deletions frontend/src/pages/FAQ.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,15 @@ const FrequentlyAskedQuestions = () => {
<h2 className="mt-4 text-bold text-xl sm:text-2xl">
Watchlist
</h2>
<h3 className="mt-4 text-bold sm:text-xl"></h3>
<p className="mx-auto mt-4 text-justify sm:text-start text-xs sm:text-sm"></p>
<h3 className="mt-4 text-bold sm:text-xl">
Are the watchlist picks in order of recommendation?
</h3>
<p className="mx-auto mt-4 text-justify sm:text-start text-xs sm:text-sm">
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.
</p>
</div>
</div>
);
Expand Down

0 comments on commit 1c983b0

Please sign in to comment.