Skip to content

Commit

Permalink
1) fix indent on h1 for CelebrityGuess
Browse files Browse the repository at this point in the history
  • Loading branch information
RobSpectre committed Apr 14, 2022
1 parent 5bf2513 commit 08a8073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CameoPriceIsRight/CelebrityGuess.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ GameSlide
| Is The Price Right?	
svg.ml-3.-mr-1.h-5.w-5(fill='currentColor' viewbox='0 0 20 20')
path(d='M12 22a10 10 0 1 1 0-20 10 10 0 0 1 0 20zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm1-11v2h1a3 3 0 0 1 0 6h-1v1a1 1 0 0 1-2 0v-1H8a1 1 0 0 1 0-2h3v-2h-1a3 3 0 0 1 0-6h1V6a1 1 0 0 1 2 0v1h3a1 1 0 0 1 0 2h-3zm-2 0h-1a1 1 0 1 0 0 2h1V9zm2 6h1a1 1 0 0 0 0-2h-1v2z')
h1 {{ celebrity }}
h1 {{ celebrity }}
WinnerCard(
v-if='winner.length > 0'
:winners='[winner]'
Expand Down

0 comments on commit 08a8073

Please sign in to comment.