Changed logo by Banner and fixed profile name
This commit is contained in:
@@ -41,9 +41,13 @@ initializeLocale();
|
|||||||
|
|
||||||
<!-- LOGO HUTOPY -->
|
<!-- LOGO HUTOPY -->
|
||||||
<router-link to="/">
|
<router-link to="/">
|
||||||
<hutopy-icon class="icon"></hutopy-icon>
|
<img src="/images/hutopymedia/banners/hutopy.png" alt="hutopy"
|
||||||
|
width="300px"
|
||||||
|
height="64px">
|
||||||
|
<div class="flex justify-end" >ALPHA</div>
|
||||||
</router-link>
|
</router-link>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- SUBSCRIPTION SECTION -->
|
<!-- SUBSCRIPTION SECTION -->
|
||||||
<div class="flex-grow px-4">
|
<div class="flex-grow px-4">
|
||||||
<template v-if="authStore.isAuthenticated">
|
<template v-if="authStore.isAuthenticated">
|
||||||
@@ -56,17 +60,18 @@ initializeLocale();
|
|||||||
|
|
||||||
<!-- USER SECTION -->
|
<!-- USER SECTION -->
|
||||||
<div class="px-4 mb-4">
|
<div class="px-4 mb-4">
|
||||||
<div class="flex justify-center p-2">
|
<div class="flex items-center justify-center p-2">
|
||||||
<img
|
<img
|
||||||
:src="userProfileStore.portraitUrl"
|
:src="userProfileStore.portraitUrl"
|
||||||
alt="Profile Image"
|
alt="Profile Image"
|
||||||
class="rounded-full"
|
class="rounded-full"
|
||||||
width="32"
|
width="32"
|
||||||
height="32"
|
height="32"
|
||||||
|
style="max-height: 32px;"
|
||||||
>
|
>
|
||||||
<span class="ml-2 text-lg font-sans capitalize">
|
<span class="ml-2 text-lg font-sans capitalize">
|
||||||
{{ userProfileStore.alias }}
|
{{ userProfileStore.alias }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user