From 48501d98741f0d0a0adf9d1a55e23c9ab86aa6c9 Mon Sep 17 00:00:00 2001 From: andrzej Date: Tue, 8 Oct 2024 11:58:35 +0200 Subject: [PATCH] fix meta --- index.html | 4 ++-- public/popcorn.svg | 56 ++++++++++++++++++++++++++++++++++++++++++++++ src/App.tsx | 2 -- 3 files changed, 58 insertions(+), 4 deletions(-) create mode 100644 public/popcorn.svg diff --git a/index.html b/index.html index 1a51ca1..13dcb6b 100644 --- a/index.html +++ b/index.html @@ -3,9 +3,9 @@ - + - Vite + React + TS + Movie Explorer diff --git a/public/popcorn.svg b/public/popcorn.svg new file mode 100644 index 0000000..324bb3f --- /dev/null +++ b/public/popcorn.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + diff --git a/src/App.tsx b/src/App.tsx index 6b307af..ffdf507 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -91,7 +91,6 @@ function App() { return movies.slice(0, desiredLength) } //TODO: search bar - //TODO: genre search? return ( <> @@ -104,7 +103,6 @@ function App() {
- {/* //TODO: fix initial screen */}