Skip to content

Commit 4e62b6b

Browse files
committed
fix: conflict
1 parent 8dfdeb5 commit 4e62b6b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/content/reference/react-dom/components/progress.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,8 @@ Para exibir um indicador de progresso, renderize o componente [`<progress>` nati
3434

3535
Adicionalmente, `<progress>` suporta estas props:
3636

37-
<<<<<<< HEAD
3837
* [`max`](https://developer.mozilla.org/pt-BR/docs/Web/HTML/Element/progress#attr-max): Um número. Especifica o `value` máximo. Seu valor padrão é `1`.
3938
* [`value`](https://developer.mozilla.org/pt-BR/docs/Web/HTML/Element/progress#attr-value): Um número entre `0` e `max`, ou `null` para progresso indeterminado. Especifica o quanto foi feito.
40-
=======
41-
* [`max`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress#attr-max): A number. Specifies the maximum `value`. Defaults to `1`.
42-
* [`value`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress#attr-value): A number between `0` and `max`, or `null` for indeterminate progress. Specifies how much was done.
43-
>>>>>>> 3364c93feb358a7d1ac2e8d8b0468c3e32214062
4439

4540
---
4641

0 commit comments

Comments
 (0)