1
0
Fork 0
mirror of synced 2024-06-12 23:44:39 +12:00

Re-enable logo

This commit is contained in:
Rory Powell 2022-09-22 09:49:39 +01:00
parent 92226b3240
commit f0f4b8342d

View file

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