Re-enable logo

This commit is contained in:
Rory Powell 2022-09-22 09:49:39 +01:00
parent 92226b3240
commit f0f4b8342d
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()
} }