Skip to content

Commit de90591

Browse files
committed
Correção howto
1 parent 2ed007b commit de90591

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

public/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
66
<title>Battle Monster React</title>
7+
8+
<!-- Global site tag (gtag.js) - Google Analytics -->
9+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-54YG1EYT31"></script>
10+
<script>
11+
window.dataLayer = window.dataLayer || [];
12+
function gtag(){dataLayer.push(arguments);}
13+
gtag('js', new Date());
14+
15+
gtag('config', 'G-54YG1EYT31');
16+
</script>
717
</head>
818
<body>
919
<noscript>You need to enable JavaScript to run this app.</noscript>

src/pages/HowTo.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ export default function HowTo() {
7070
utilizou de poder de ataque e defesa, se algum item foi utilizado e quem venceu).</li>
7171
<li>A terceira exibe informações do seu adversário.</li> <br />
7272
<Grid container spacing={2} justify="center">
73-
<img src="/img/howto/boxes.jpg" alt="Boxes"/>
73+
<img src="/img/howto/boxes.jpg" alt="Boxes" width="90%"/>
7474
</Grid>
7575
<br />
7676
Você sempre estará no comando dos turnos, efetuando uma ordem de ataque ou de defesa. <br />
7777
Por turno, sempre haverá um monstro atacando e um defendendo. <br /><br />
7878
<Grid container spacing={2} justify="center">
79-
<img src="/img/howto/attack-defense.jpg" alt="AttackDefense" />
79+
<img src="/img/howto/attack-defense.jpg" alt="AttackDefense" width="90%"/>
8080
</Grid>
8181
<br />
8282
Seu personagem e o seu adversário possuem três características básicas. <br />

0 commit comments

Comments
 (0)