Skip to content

Commit 60b318c

Browse files
authored
Update layout_en.html
1 parent 7d64f18 commit 60b318c

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

_layouts/layout_en.html

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</a>
5151
</li>
5252
</ol>
53-
<ol class="inline-flex md:space-x-2 rtl:space-x-reverse" *ngIf="auth.user$ | async as user; else loggedOut">
53+
<ol class="inline-flex md:space-x-2 rtl:space-x-reverse">
5454
<li>
5555
<a href="/profile" class="inline-flex items-center text-sm font-medium hover:text-orange-600"
5656
title="Profile">
@@ -94,25 +94,6 @@
9494
</button>
9595
</li>
9696
</ol>
97-
<ng-template #loggedOut>
98-
<ol class="inline-flex md:space-x-2 rtl:space-x-reverse">
99-
<li>
100-
<a (click)="login()" class="inline-flex items-center text-sm font-medium hover:text-orange-600"
101-
title="Log in">
102-
<svg class="w-3.5 h-3.5 ms-2 mr-2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"
103-
fill="currentColor">
104-
<defs />
105-
<title>login</title>
106-
<path
107-
d="M26,30H14a2,2,0,0,1-2-2V25h2v3H26V4H14V7H12V4a2,2,0,0,1,2-2H26a2,2,0,0,1,2,2V28A2,2,0,0,1,26,30Z" />
108-
<polygon points="14.59 20.59 18.17 17 4 17 4 15 18.17 15 14.59 11.41 16 10 22 16 16 22 14.59 20.59" />
109-
<rect id="_Transparent_Rectangle_" data-name="&lt;Transparent Rectangle&gt;" class="cls-1" width="32"
110-
height="32" style="fill:none" />
111-
</svg> <span class="hidden sm:inline-block">Sign in</span>
112-
</a>
113-
</li>
114-
</ol>
115-
</ng-template>
11697
</nav>
11798
</div>
11899
<header class="flex justify-between border-t-4 border-b-8 border-orange-500">

0 commit comments

Comments
 (0)