Skip to content

Commit

Permalink
formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
niravparikh05 committed Jun 20, 2022
1 parent 147f1af commit eeca127
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/appMain/components/TopNavBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,9 @@ const TopNavBar = () => {
const hide = !UserSession.visibleAdmin;
const docs_link =
partnerDetail?.settings?.docs_link || "https://www.paralus.io/docs";
const api_docs = partnerDetail?.settings?.docs_link ||
"https://www.paralus.io/docs/references/api-reference"
const api_docs =
partnerDetail?.settings?.docs_link ||
"https://www.paralus.io/docs/references/api-reference";

return (
<div>
Expand Down

0 comments on commit eeca127

Please sign in to comment.