docs(pt) i18n: Translate comment inside `docs/pt/reference/default-theme-badge.md`

pull/3531/head
Vinicius de Liz 2 years ago
parent f832999135
commit a51106ec5f

@ -60,10 +60,10 @@ O componente `<Badge>` aceita as seguintes propriedades:
```ts ```ts
interface Props { interface Props {
// When `<slot>` is passed, this value gets ignored. // Quando `<slot>` é passado, esse valor é ignorado.
text?: string text?: string
// Defaults to `tip`. // O padrão é `tip`.
type?: 'info' | 'tip' | 'warning' | 'danger' type?: 'info' | 'tip' | 'warning' | 'danger'
} }
``` ```

Loading…
Cancel
Save