1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13:00

Remove dependency on server repo to provide logo URL to navigation component

This commit is contained in:
Andrew Kingston 2021-05-25 08:21:07 +01:00
parent 22b73411d5
commit 99febbc7dd
2 changed files with 0 additions and 5 deletions

View file

@ -2,8 +2,6 @@ const { BUILTIN_ROLE_IDS } = require("@budibase/auth/roles")
const { UserStatus } = require("@budibase/auth").constants
const { ObjectStoreBuckets } = require("@budibase/auth").objectStore
exports.LOGO_URL = "https://i.imgur.com/ycNeYTy.png"
exports.JobQueues = {
AUTOMATIONS: "automationQueue",
}

View file

@ -1,5 +1,3 @@
const { LOGO_URL } = require("../constants")
const BASE_LAYOUT_PROP_IDS = {
PRIVATE: "layout_private_master",
PUBLIC: "layout_public_master",
@ -109,7 +107,6 @@ const BASE_LAYOUTS = [
active: {},
selected: {},
},
logoUrl: LOGO_URL,
title: "",
backgroundColor: "",
color: "",