Merge pull request #1546 from Budibase/ak-fixes
More logo updates + fixes
This commit is contained in:
commit
8c52af4cf7
|
@ -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>
|
||||
|
|
|
@ -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 |
|
@ -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 {
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue