Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 20fe498

Browse files
feat: try this menu order
1 parent 5f980c0 commit 20fe498

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

studio/src/app/components/core/app-menu/app-menu.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,10 @@ export class AppMenu {
196196
return <ion-list>
197197
{this.renderUser()}
198198

199+
{this.renderHome()}
200+
201+
{this.renderSignInOut()}
202+
199203
<ion-item-divider>
200204
<ion-label>Presentations</ion-label>
201205
<ion-button size="small" slot="end" shape="round" onClick={() => this.navigateEditor()} class="new ion-margin-end">
@@ -206,10 +210,6 @@ export class AppMenu {
206210

207211
{this.renderPresentations()}
208212

209-
{this.renderHome()}
210-
211-
{this.renderSignInOut()}
212-
213213
</ion-list>;
214214
}
215215

0 commit comments

Comments
 (0)