Merge pull request #7892 from Budibase/license-release-prep

Re-enable logo
This commit is contained in:
Rory Powell 2022-09-22 09:55:13 +01:00 committed by GitHub
commit 02bcb751cf
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,5 @@
// import { isFreePlan } from "./utils.js" import { isFreePlan } from "./utils.js"
export const logoEnabled = () => { export const logoEnabled = () => {
return false return isFreePlan()
// return isFreePlan()
} }