diff --git a/frontend/src/App.js b/frontend/src/App.js index 4648212..a629060 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -2,14 +2,14 @@ import React, { useState } from 'react' import './styles/App.scss' -import Header from './components/Header' +// import Header from './components/Header' import Intro from './components/Intro' import Controls from './components/Controls' import ProgressTracking from './components/ProgressTracking' import Results from './components/Results' import Footer from './components/Footer' // import DownNotice from "./components/DownNotice"; -import ContributionAsk from './components/ContributionAsk' +// import ContributionAsk from './components/ContributionAsk' function App() { const [queryData, setQueryData] = useState(null) @@ -24,7 +24,7 @@ function App() { return (
- Maintaining this project is not free! Please consider - chipping in{' '} - - here - - . -
*/}- This site will gather movie ratings from any Letterboxd user and provide movie recommendations based on - ratings data from thousands of other users. + This site will gather movie ratings from any Letterboxd user + and provide movie recommendations based on ratings data from + thousands of other users. +
++ The more movies you've rated on Letterboxd, the better and + more personalized the recommendations will be, but it can + provide recommendations to any user. If you'd like to filter + out more well-known movies (based on the number of + Letterboxd reviews), you can do so using the last slider + below.
+
- The more movies you've rated on Letterboxd, the better and more personalized
- the recommendations will be, but it can provide recommendations to any user. If you'd like to filter out more well-known
- movies (based on the number of Letterboxd reviews), you can do so using the last slider below.
+ By{' '}
+
+ {' '}
+
+ Sam Learner
+
+ {' '}
+
+