nombres y colores de los enlaces

This commit is contained in:
2023-03-02 07:59:46 +01:00
parent 61592604de
commit ce47cd8e84
2 changed files with 7 additions and 7 deletions

View File

@@ -90,7 +90,7 @@
<q-card-section class="text-center q-pa-none">
<p class="text-grey-6">
<router-link to="/login"
>Are you registered? Go to Login</router-link
>Está registrado? Página de login</router-link
>
</p>
</q-card-section>
@@ -187,7 +187,7 @@ const registrar = () => {
};
</script>
<style>
<style scoped>
.q-card {
width: 360px;
}
@@ -196,6 +196,6 @@ a:link,
a:visited,
a:active {
text-decoration: none;
color: black;
color: gray;
}
</style>