Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Mayoral committed Mar 8, 2024
1 parent ac7bb04 commit 9c1339e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Tequiniela Oscares 2023
# Tequiniela Oscares 2024
![image](https://user-images.githubusercontent.com/32628/223587651-29aa841b-90e5-4f75-80cb-3757bb48d5f5.png)

# Deploy instrucitions
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta property="og:description" content="Únete a la diversión y compite con otros aficionados del cine para ver quién tiene el ojo más agudo para seleccionar a los ganadores de los Oscars." />
<meta property="og:image" content="https://tequiniela.mx/og-tequiniela.png" />
<link href='https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap' rel='stylesheet'>
<title>Tequiniela 2023</title>
<title>Tequiniela 2024</title>
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion src/Ranking.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const Ranking = () => {
</Text>
<Text mt={2}>
Cada acierto de cada categoría equivale a <b>1 punto</b>. El ranking
ordenará a los usuarios según el numero de puntos acumulados. En caso
ordenará a los usuarios según el número de puntos acumulados. En caso
de existir un empate, el usuario que se registró primero será el
ganador.
</Text>
Expand Down
12 changes: 9 additions & 3 deletions src/Rules.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,16 @@ export const Rules = () => {
</Text>
<UnorderedList spacing={3}>
<ListItem>
<b>Primer lugar:</b> Subscripcion por un año a mubi + Trofeo 1er lugar
<b>Primer lugar:</b> Subscripción por un año a mubi + Trofeo 1er
lugar.
</ListItem>
<ListItem>
<b>Segundo lugar:</b> $750 de credito en uber eats + Trofeo 2do lugar
<b>Segundo lugar:</b> $750 pesos de crédito en Uber Eats + Trofeo 2do
lugar.
</ListItem>
<ListItem>
<b>Tercer lugar:</b> $500 pesos en tarjeta de regalo Amazon + Trofeo 3er lugar
<b>Tercer lugar:</b> $500 pesos en tarjeta de regalo Amazon + Trofeo
3er lugar.
</ListItem>
<ListItem>
<b>Cuarto lugar:</b> Audifonos Bluetooth.
Expand Down Expand Up @@ -154,6 +157,9 @@ export const Rules = () => {
@chrispulze
</Link>
</Text>
<Text>
<b>QA</b>: Rosalía
</Text>
</Flex>
</Flex>
);
Expand Down

0 comments on commit 9c1339e

Please sign in to comment.