Skip to content

Commit

Permalink
feat: theme color change
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxsf committed Aug 2, 2024
1 parent 9c92b2c commit e4c62d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ class MyComponent extends QuarkElement {
<div class="left-bar">
<a href={`/quarkd-docs/${this.#techName}`} class="logo"></a>
{
!this.#techName &&
this.#techName &&
<div class="docs-switch flyout">
docs for
<div class="nav-item">
Expand Down

0 comments on commit e4c62d3

Please sign in to comment.