Skip to content

Commit

Permalink
cambio por https
Browse files Browse the repository at this point in the history
  • Loading branch information
mpvaldez committed Aug 13, 2024
1 parent ab837e6 commit b5a5069
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default () => {
<Link
className="navbar-item pl-0 ml-0"
onClick={() => setIsActive(false)}
to="http://blog.democraciaenred.org"
to="https://blog.democraciaenred.org"
data-target="blog"
>
Blog
Expand Down
2 changes: 1 addition & 1 deletion src/components/navbar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export default (props) => {
<Link
className="navbar-item is-size-6 my-3 is-capitalized"
onClick={() => setIsActive(false)}
to="http://blog.democraciaenred.org"
to="https://blog.democraciaenred.org"
data-target="blog"
>
Blog
Expand Down

0 comments on commit b5a5069

Please sign in to comment.