desktop logo
This commit is contained in:
parent
ef77a5cd00
commit
b1e8d2d6db
2 changed files with 5 additions and 3 deletions
|
@ -253,9 +253,6 @@ const Header = (props: Props) => {
|
|||
)}
|
||||
<Button
|
||||
className="header__navigation-item header__navigation-item--lbry"
|
||||
// @if TARGET='app'
|
||||
label={'LBRY'}
|
||||
// @endif
|
||||
onClick={() => {
|
||||
if (history.location.pathname === '/') window.location.reload();
|
||||
}}
|
||||
|
|
|
@ -17,7 +17,12 @@ export default function Logo(props: Props) {
|
|||
const defaultWithLabel = (
|
||||
<>
|
||||
<Icon icon={ICONS.LBRY} />
|
||||
{/* @if TARGET='app' */}
|
||||
<div className={'button__label'}>{'LBRY'}</div>
|
||||
{/* @endif */}
|
||||
{/* @if TARGET='web' */}
|
||||
<div className={'button__label'}>{LOGO_TITLE}</div>
|
||||
{/* @endif */}
|
||||
</>
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue