Skip to content

Commit

Permalink
soluciono problema de redireccion a blog
Browse files Browse the repository at this point in the history
  • Loading branch information
mpvaldez committed Aug 19, 2024
1 parent f400073 commit efef6a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
10 changes: 4 additions & 6 deletions src/components/footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,12 @@ export default () => {
>
{intl.formatMessage({ id: "press.title" })}
</Link>
<Link
className="navbar-item pl-0 ml-0"
onClick={() => setIsActive(false)}
to="https://blog.democraciaenred.org"
data-target="blog"
<a
className="navbar-item pl-0 ml-0"
href="https://blog.democraciaenred.org"
>
Blog
</Link>
</a>
</div>
<div className="column ">
<h1 className="subtitle">
Expand Down
8 changes: 3 additions & 5 deletions src/components/navbar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,12 @@ export default (props) => {
>
{intl.formatMessage({ id: "press.title" })}
</Link>
<Link
<a
className="navbar-item is-size-6 my-3 is-capitalized"
onClick={() => setIsActive(false)}
to="https://blog.democraciaenred.org"
data-target="blog"
href="https://blog.democraciaenred.org"
>
Blog
</Link>
</a>
{/*
<a href="#press-slider" className="navbar-item is-size-6 my-3 is-capitalized">
{intl.formatMessage({ id: "press.title" })}
Expand Down

0 comments on commit efef6a3

Please sign in to comment.