update bblogoimgur to bblogo

This commit is contained in:
Martin McKeaveney 2023-06-14 15:21:46 +01:00
parent 0f02b31ba7
commit 307e6dde02
6 changed files with 6 additions and 9 deletions

View File

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -8,7 +8,7 @@
$: platformTitle =
!$auth.user && platformTitleText ? platformTitleText : "Budibase"
$: faviconUrl = $organisation.faviconUrl || "/builder/bblogoimgur.png"
$: faviconUrl = $organisation.faviconUrl || "/builder/bblogo.png"
onMount(async () => {
await organisation.init()
@ -27,6 +27,6 @@
<link rel="icon" href={faviconUrl} />
{:else}
<!-- A default must be set or the browser defaults to favicon.ico behaviour -->
<link rel="icon" href={"/builder/bblogoimgur.png"} />
<link rel="icon" href={"/builder/bblogo.png"} />
{/if}
</svelte:head>

View File

@ -44,7 +44,7 @@
<div tabindex="-1" class="exampleApp">
<div class="page">
<div class="header">
<img alt="Budibase Logo" src={"/builder/bblogoimgur.png"} />
<img alt="Budibase Logo" src={"/builder/bblogo.png"} />
<h1>{name}</h1>
</div>
<div class="nav">Home</div>

View File

@ -180,10 +180,7 @@
{/if}
<div class="logo">
{#if !hideLogo}
<img
src={logoUrl || "/builder/bblogoimgur.png"}
alt={title}
/>
<img src={logoUrl || "/builder/bblogo.png"} alt={title} />
{/if}
{#if !hideTitle && title}
<Heading size="S">{title}</Heading>

View File

@ -18,7 +18,7 @@
<img
class="logo"
alt="logo"
src={logoUrl || "/builder/bblogoimgur.png"}
src={logoUrl || "/builder/bblogo.png"}
height="48"
/>
</a>

View File

@ -40,7 +40,7 @@
{#if favicon !== ""}
<link rel="icon" type="image/png" href={favicon} />
{:else}
<link rel="icon" type="image/png" href="/builder/bblogoimgur.png" />
<link rel="icon" type="image/png" href="/builder/bblogo.png" />
{/if}
<link href="/builder/fonts/source-sans-pro/400.css" rel="stylesheet" />