Skip to content

Fix the env name in footer #306

@Jayprakash-SE

Description

@Jayprakash-SE

Currently, it is hard-coded. But we should move it to dynamic based on the environment running.

const envName = import.meta.env.MODE === 'development' ? 'DEV' : 'PROD'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions