Skip to content

Commit

Permalink
error boton resuelto
Browse files Browse the repository at this point in the history
  • Loading branch information
clara7227 committed Jun 14, 2024
1 parent c9e11bd commit 54e1221
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ export default function Home() {
<b>{t("front.title")}, </b>
{t("front.title2")}
</h2>
<button>
<Link rel="noopener noreferrer" target="_blank">
<button className="action_button">
<Link rel="noopener noreferrer" target="_blank" href="#">
<span>{t("front.action-button")}</span>
<FontAwesomeIcon icon={faArrowRight} />
</Link>
Expand Down
6 changes: 5 additions & 1 deletion app/sass/components/_buttons.sass
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,8 @@
&:active
@apply text-ca_blue-800
transition: 200ms ease-in-out
background-color: $ca-blue-300
background-color: $ca-blue-300

.action_button
@include border-button-white

4 changes: 0 additions & 4 deletions app/sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -688,15 +688,11 @@ RESPONSIVE
@media (max-width: 800px) {
.home {
//margin: 0 2rem 0 2rem;

.group_logo {
width: 20%;
height: 10%;
border-radius: 50%;
}



.body {
.latest_publications {
width: 100%;
Expand Down

0 comments on commit 54e1221

Please sign in to comment.