Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
feat: navbar changes (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbo authored Oct 22, 2024
1 parent 9ba3f16 commit 305de62
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
5 changes: 3 additions & 2 deletions components/AppNavbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ const handleNavigateSettings = () => {

<template>
<lukso-navbar
is-sticky
:title="$formatMessage('header_title')"
:is-testnet="isTestnet ? true : undefined"
logo-url="/images/logo-ue.svg"
is-sticky
is-transparent
has-menu
mobile-breakpoint="lg"
@on-brand-click="handleNavigateLanding"
Expand Down
2 changes: 1 addition & 1 deletion components/AppNavbarLanding.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ const handleDisconnect = async () => {

<template>
<lukso-navbar
:title="$formatMessage('header_title')"
:is-testnet="isTestnet ? true : undefined"
logo-url="/images/logo-ue.svg"
is-transparent
has-menu
>
Expand Down
2 changes: 1 addition & 1 deletion components/AppNavbarProfileDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ onUnmounted(() => {
has-identicon
></lukso-profile>
<div
class="absolute right-0 z-[1000] mt-8 animate-fade-in select-none rounded-12 bg-neutral-100 shadow-pink-drop-shadow animation-duration-150 before:absolute before:right-0 before:top-0 before:-mt-1 before:mr-4 before:size-3 before:rotate-45 before:bg-neutral-100"
class="absolute right-0 z-[1000] mt-4 animate-fade-in select-none rounded-12 bg-neutral-100 shadow-pink-drop-shadow animation-duration-150 before:absolute before:right-0 before:top-0 before:-mt-1 before:mr-4 before:size-3 before:rotate-45 before:bg-neutral-100"
:class="isDropdownOpen ? 'block' : 'hidden'"
>
<lukso-button
Expand Down
6 changes: 6 additions & 0 deletions public/images/logo-ue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 305de62

Please sign in to comment.