We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d39c096 commit 401f172Copy full SHA for 401f172
frameworks/keyed/neomjs/apps/neoapp/index.html
@@ -2,7 +2,7 @@
2
<html lang="en">
3
<head>
4
<meta charset="utf-8"/>
5
- <title>neomjs-"keyed"</title>
+ <title>neo.mjs-"keyed"</title>
6
<link href="/css/currentStyle.css" rel="stylesheet"/>
7
</head>
8
<body>
frameworks/keyed/neomjs/apps/neoapp/view/MainComponent.mjs
@@ -45,7 +45,7 @@ class MainComponent extends Base {
45
{cls: ['row'], cn: [
46
{cls: ['col-md-6'], cn: [
47
48
- {tag: 'h1', html: 'neomjs'}
+ {tag: 'h1', html: 'neo.mjs'}
49
]}
50
]},
51
0 commit comments