Skip to content

Commit 55b3e1b

Browse files
committed
Fix lint
1 parent 36522e0 commit 55b3e1b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/app/templates/public-pages.gts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,11 @@ export default class extends Component {
7474
>Github</a>
7575
</div>
7676
<div class="main-header-logo">
77-
<BasicDropdown @triggerHtmlTag="span" @calculatePosition={{this.calculatePosition}} as |dd|>
77+
<BasicDropdown
78+
@triggerHtmlTag="span"
79+
@calculatePosition={{this.calculatePosition}}
80+
as |dd|
81+
>
7882
<LinkTo @route="public-pages.index" class="home-link">
7983
<img src="/ember_logo.png" alt="ember" />
8084
<strong>Basic</strong>

0 commit comments

Comments
 (0)