Skip to content

Commit

Permalink
test header colors
Browse files Browse the repository at this point in the history
  • Loading branch information
montezdesousa committed Jun 24, 2024
1 parent 9384e46 commit bf41560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/Navbar/Layout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default function NavbarLayout({ children }) {
{
header_docs_terminal: cleanedPath.startsWith("/terminal"),
header_docs_pro: cleanedPath.startsWith("/pro"),
header_docs_excel: cleanedPath.startsWith("/excel"),
header_docs_excel: cleanedPath.startsWith("openbb-docs/excel"),
header_docs_sdk:
cleanedPath.startsWith("/sdk") || cleanedPath.startsWith("/cli") ||
cleanedPath.startsWith("/platform"),
Expand Down

0 comments on commit bf41560

Please sign in to comment.