1
0
Fork 0
mirror of synced 2024-09-30 17:18:14 +13:00

Re-enable logo

This commit is contained in:
Rory Powell 2022-09-22 09:49:39 +01:00
parent 62ce870330
commit f9d8ffa742

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()
}