1
0
Fork 0
mirror of synced 2024-09-30 17:18:14 +13:00

Merge pull request #1546 from Budibase/ak-fixes

More logo updates + fixes
This commit is contained in:
Andrew Kingston 2021-05-24 19:39:08 +01:00 committed by GitHub
commit 7ee1b6ed94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -4,7 +4,7 @@
<meta charset='utf8'>
<meta name='viewport' content='width=device-width'>
<title>Budibase</title>
<link rel='icon' type='image/png' href='./src/favicon.png'>
<link rel='icon' href='./src/favicon.ico'>
</head>
<body id="app">
<script type="module" src='/src/main.js'></script>

View file

@ -12,6 +12,7 @@
apps: "Create your first app",
smtp: "Set up email",
adminUser: "Create your first user",
oauth: "Set up OAuth",
}
</script>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -6,7 +6,7 @@
import RevertModal from "components/deploy/RevertModal.svelte"
import { get } from "builderStore/api"
import { isActive, goto, layout } from "@roxi/routify"
import Logo from "/assets/bb-logo.svg"
import Logo from "assets/bb-space-black.svg"
import { capitalise } from "helpers"
// Get Package and set store
@ -190,7 +190,7 @@
}
.home-logo img {
height: 32px;
height: 30px;
}
i {

View file

@ -2,8 +2,7 @@ const { BUILTIN_ROLE_IDS } = require("@budibase/auth/roles")
const { UserStatus } = require("@budibase/auth").constants
const { ObjectStoreBuckets } = require("@budibase/auth").objectStore
exports.LOGO_URL =
"https://d33wubrfki0l68.cloudfront.net/aac32159d7207b5085e74a7ef67afbb7027786c5/2b1fd/img/logo/bb-emblem.svg"
exports.LOGO_URL = "https://i.imgur.com/ycNeYTy.png"
exports.JobQueues = {
AUTOMATIONS: "automationQueue",