Skip to content

Commit 401f172

Browse files
committed
app title adjustment
1 parent d39c096 commit 401f172

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frameworks/keyed/neomjs/apps/neoapp/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8"/>
5-
<title>neomjs-"keyed"</title>
5+
<title>neo.mjs-"keyed"</title>
66
<link href="/css/currentStyle.css" rel="stylesheet"/>
77
</head>
88
<body>

frameworks/keyed/neomjs/apps/neoapp/view/MainComponent.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class MainComponent extends Base {
4545
{cls: ['row'], cn: [
4646
{cls: ['col-md-6'], cn: [
4747
{cls: ['row'], cn: [
48-
{tag: 'h1', html: 'neomjs'}
48+
{tag: 'h1', html: 'neo.mjs'}
4949
]}
5050
]},
5151
{cls: ['col-md-6'], cn: [

0 commit comments

Comments
 (0)