Skip to content

Commit 1df1ba6

Browse files
committed
review name
1 parent 486ea99 commit 1df1ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tdb-dashboard/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = (env, argv) => ({
1919
new Dotenv({path: path.resolve(__dirname, '.env'), systemvars: true}),
2020
new HtmlWebPackPlugin({
2121
inject: true,
22-
title: env.title ? env.title : "TerminusDB",
22+
title: env.title ? env.title : "TerminusCMS",
2323
template: path.resolve(__dirname, './src/index.html'),
2424
bundleFileName:"tdb-dashboard.min.js"
2525
}),

0 commit comments

Comments
 (0)