Change menu’s and profile icon
Eventually, we will allow people to upload their own profile images, but until then we’ll use a “generic” profile icon instead of the closed icon, that means nothing to users. We wanted to have the same icon for that menu than for the Account item, but the one we used until now did not look inside the round button for the menu, thus we changed the two. Related to #55.
This commit is contained in:
parent
2299ec9f8c
commit
eb845edf0a
|
@ -14,12 +14,12 @@
|
||||||
<h1><img src="/static/numerus.svg" alt="Numerus" width="261" height="33"></h1>
|
<h1><img src="/static/numerus.svg" alt="Numerus" width="261" height="33"></h1>
|
||||||
<details id="profile-menu" class="menu">
|
<details id="profile-menu" class="menu">
|
||||||
<summary>
|
<summary>
|
||||||
<i class="ri-eye-close-line ri-3x"></i>
|
<i class="ri-user-6-line ri-3x"></i>
|
||||||
</summary>
|
</summary>
|
||||||
<ul role="menu" class="action-menu" data-hx-push-url="false" data-hx-swap="beforeend">
|
<ul role="menu" class="action-menu" data-hx-push-url="false" data-hx-swap="beforeend">
|
||||||
<li role="presentation">
|
<li role="presentation">
|
||||||
<a role="menuitem" href="{{ companyURI "/profile" }}" data-hx-boost="true">
|
<a role="menuitem" href="{{ companyURI "/profile" }}" data-hx-boost="true">
|
||||||
<i class="ri-account-circle-line"></i>
|
<i class="ri-user-6-line"></i>
|
||||||
{{( pgettext "Account" "menu" )}}
|
{{( pgettext "Account" "menu" )}}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in New Issue