diff --git a/.env.development b/.env.development index e69de29..2a83dba 100644 --- a/.env.development +++ b/.env.development @@ -0,0 +1 @@ +S_PIPES_APP_TITLE=SPipes Editor Dev \ No newline at end of file diff --git a/.env.production b/.env.production index e69de29..97828a1 100644 --- a/.env.production +++ b/.env.production @@ -0,0 +1 @@ +S_PIPES_APP_TITLE=SPipes Editor \ No newline at end of file diff --git a/src/components/NavbarMenu.jsx b/src/components/NavbarMenu.jsx index 146c52f..b52b674 100644 --- a/src/components/NavbarMenu.jsx +++ b/src/components/NavbarMenu.jsx @@ -1,10 +1,11 @@ import React from "react"; import { Nav, Navbar } from "react-bootstrap"; +import { APP_TITLE } from "@config/env.js"; const NavbarMenu = () => { return ( - S-Pipes UI + {APP_TITLE}