mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-28 20:00:10 +02:00

[web] Migrate plans page and interstitial payment page to bootstrap 5 with feature flag GitOrigin-RevId: 4491b2205a19b943e8d8bf13f699f92278f5e183
5 lines
225 B
TypeScript
5 lines
225 B
TypeScript
import getMeta from '@/utils/meta'
|
|
|
|
// The reason this is a function is to ensure that the meta tag is read before
|
|
// any isBootstrap5 check is performed
|
|
export const isBootstrap5 = () => getMeta('ol-bootstrapVersion') === 5
|