Skip to content

Commit

Permalink
Correct the wrong link in docusaurus.config.ts and change colors.
Browse files Browse the repository at this point in the history
  • Loading branch information
aitormurgu committed Mar 26, 2024
1 parent 6e03723 commit b3f46e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const config: Config = {
label: 'Reference guides',
},
{
to: 'docs/category/Examples',
to: 'docs/category/examples',
position: 'left',
label: 'Examples',
},
Expand Down
2 changes: 1 addition & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
}

.footer {
background-color: #5133FF; /* Cambia #ff0000 por el color que desees */
background-color: #2309b8; /* Cambia #ff0000 por el color que desees */
color: #ffffff; /* Cambia #ffffff por el color del texto que desees */
}

Expand Down

0 comments on commit b3f46e7

Please sign in to comment.