diff --git a/README.md b/README.md index 25b5821..6b5d5f1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ -# Nuxt Minimal Starter +# Movie Night Web [WIP] Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more. +Setup is pretty standard for a Nuxt project so I'll leave that below. Just be sure to copy .env.example to .env and fill +in the value. + ## Setup Make sure to install dependencies: diff --git a/app/components/panels/movie-details.vue b/app/components/panels/movie-details.vue index b1dd254..7a3c894 100644 --- a/app/components/panels/movie-details.vue +++ b/app/components/panels/movie-details.vue @@ -58,10 +58,11 @@ const criticScores = computed(() => { - @@ -71,9 +72,6 @@ dt { font-weight: bold; } -.critic-score-source { -} - .movie-detail { display: flex; flex-direction: column;