Re-enable logo
This commit is contained in:
parent
62ce870330
commit
f9d8ffa742
|
@ -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()
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue