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

Commit

Permalink
Update logo + add nav transparency
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbo committed Oct 19, 2024
1 parent 63dad2c commit 81984c6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 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
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 81984c6

Please sign in to comment.