From 2f29573df515535238ef39945c5d13c8fd2a0588 Mon Sep 17 00:00:00 2001 From: Andrew Kingston Date: Mon, 24 May 2021 19:24:05 +0100 Subject: [PATCH] Replace logo in navigation template with new space logo --- packages/server/src/constants/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/server/src/constants/index.js b/packages/server/src/constants/index.js index 516c803612..728938759e 100644 --- a/packages/server/src/constants/index.js +++ b/packages/server/src/constants/index.js @@ -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",