Skip to content

Commit

Permalink
fix: bad indentation in app/client/ui/HomeLeftPane.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Perret <[email protected]>
  • Loading branch information
hexaltation and jonathanperret authored May 15, 2024
1 parent 179c56b commit e55fa08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/ui/HomeLeftPane.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export function createHomeLeftPane(leftPanelOpen: Observable<boolean>, home: Hom
) : null
),
createHelpTools(home.app),
(commonUrls.termsOfService ?
(commonUrls.termsOfService ?
cssPageEntry(
cssPageLink(cssPageIcon('Memo'), cssLinkText(t("Terms of service")),
{ href: commonUrls.termsOfService, target: '_blank' },
Expand Down

0 comments on commit e55fa08

Please sign in to comment.