Merge pull request #490 from kabrunko-dev/translation-ptbr

Translate Challenge 13 and add extra section
This commit is contained in:
Laforge Thomas
2024-01-14 20:54:08 +01:00
committed by GitHub
3 changed files with 21 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ import { TextComponent } from './text.component';
<static-text></static-text>
<static-text type="error"></static-text>
<static-text type="warning"></static-text>
<text [font]="15" color="blue">This a a blue text</text>
<text [font]="15" color="blue">This is a blue text</text>
`,
})
export class PageComponent {}