-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Funcionalidade de deletar conjugação adicionada - v1.2.0
- Loading branch information
1 parent
a36c36b
commit 9a37be9
Showing
5 changed files
with
42 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
class FooterView extends View { | ||
template() { | ||
return ` | ||
<footer><a href="https://oliviamattiazzo.github.io/AuxiliarPronombresEspanol/">Automatizador de Pronombres</a> por <a href="https://oliviamattiazzo.dev/" target="_blank">Olivia Mattiazzo</a> - versión 1.1.0</footer> | ||
<footer><a href="https://oliviamattiazzo.github.io/AuxiliarPronombresEspanol/">Automatizador de Pronombres</a> por <a href="https://oliviamattiazzo.dev/" target="_blank">Olivia Mattiazzo</a> - versión 1.2.0</footer> | ||
`; | ||
} | ||
} |