Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielaReyna committed Feb 4, 2025
1 parent 9d596f4 commit feb61da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/astro-theme/components/nav/product/Nav.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ const firstDocsEntry = getLocalisedProductNav(
Astro.currentLocale
)[0];
if (!firstDocsEntry) throw new Error("must have a docs entry");
let blogref = "/blog"
if (product.id.includes("cheerpj")){
blogref = "/docs/blog"
let blogref = "/blog";
if (product.id.includes("cheerpj")) {
blogref = "/docs/blog";
}
---

Expand Down

0 comments on commit feb61da

Please sign in to comment.