Skip to content

Commit

Permalink
Merge pull request #3 from grid-x/feat/layout-updates
Browse files Browse the repository at this point in the history
feat: Add HTTP verb to navigation
  • Loading branch information
wwerner authored Nov 18, 2024
2 parents b5ad26e + 7e58501 commit d98d739
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async function applyRapidoc(element) {
show-method-in-nav-bar="true"
theme="${theme === "dark" ? "dark" : "light"}"
nav-bg-color="${theme === "dark" ? "#323334" : "#ebeced"}"
show-method-in-nav-bar="as-colored-text"
>
</rapi-doc>
<br/>
Expand Down

0 comments on commit d98d739

Please sign in to comment.