Skip to content

Commit cd7b321

Browse files
committed
updated UI
1 parent da785d2 commit cd7b321

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.eslintcache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"E:\\Github\\react-windows-ui-boilerplate\\src\\index.js":"1","E:\\Github\\react-windows-ui-boilerplate\\src\\App.js":"2","E:\\Github\\react-windows-ui-boilerplate\\src\\pages\\page1\\index.js":"3","E:\\Github\\react-windows-ui-boilerplate\\src\\pages\\page2\\index.js":"4","E:\\Github\\react-windows-ui-boilerplate\\src\\pages\\page0\\index.js":"5"},{"size":390,"mtime":1658599904441,"results":"6","hashOfConfig":"7"},{"size":2332,"mtime":1658601666626,"results":"8","hashOfConfig":"7"},{"size":383,"mtime":1658599830011,"results":"9","hashOfConfig":"7"},{"size":766,"mtime":1658599841931,"results":"10","hashOfConfig":"7"},{"size":1166,"mtime":1658599814984,"results":"11","hashOfConfig":"7"},{"filePath":"12","messages":"13","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"14"},"2rqzpi",{"filePath":"15","messages":"16","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"17","messages":"18","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"14"},{"filePath":"19","messages":"20","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"14"},{"filePath":"21","messages":"22","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"14"},"E:\\Github\\react-windows-ui-boilerplate\\src\\index.js",[],["23","24"],"E:\\Github\\react-windows-ui-boilerplate\\src\\App.js",[],"E:\\Github\\react-windows-ui-boilerplate\\src\\pages\\page1\\index.js",[],"E:\\Github\\react-windows-ui-boilerplate\\src\\pages\\page2\\index.js",[],"E:\\Github\\react-windows-ui-boilerplate\\src\\pages\\page0\\index.js",[],{"ruleId":"25","replacedBy":"26"},{"ruleId":"27","replacedBy":"28"},"no-native-reassign",["29"],"no-negated-in-lhs",["30"],"no-global-assign","no-unsafe-negation"]
1+
[{"E:\\Github\\react-windows-ui-boilerplate\\src\\index.js":"1","E:\\Github\\react-windows-ui-boilerplate\\src\\App.js":"2","E:\\Github\\react-windows-ui-boilerplate\\src\\pages\\page1\\index.js":"3","E:\\Github\\react-windows-ui-boilerplate\\src\\pages\\page2\\index.js":"4","E:\\Github\\react-windows-ui-boilerplate\\src\\pages\\page0\\index.js":"5"},{"size":390,"mtime":1658599904441,"results":"6","hashOfConfig":"7"},{"size":2324,"mtime":1658601965736,"results":"8","hashOfConfig":"7"},{"size":383,"mtime":1658599830011,"results":"9","hashOfConfig":"7"},{"size":766,"mtime":1658599841931,"results":"10","hashOfConfig":"7"},{"size":1166,"mtime":1658599814984,"results":"11","hashOfConfig":"7"},{"filePath":"12","messages":"13","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"14"},"2rqzpi",{"filePath":"15","messages":"16","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"17","messages":"18","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"14"},{"filePath":"19","messages":"20","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"14"},{"filePath":"21","messages":"22","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"14"},"E:\\Github\\react-windows-ui-boilerplate\\src\\index.js",[],["23","24"],"E:\\Github\\react-windows-ui-boilerplate\\src\\App.js",[],"E:\\Github\\react-windows-ui-boilerplate\\src\\pages\\page1\\index.js",[],"E:\\Github\\react-windows-ui-boilerplate\\src\\pages\\page2\\index.js",[],"E:\\Github\\react-windows-ui-boilerplate\\src\\pages\\page0\\index.js",[],{"ruleId":"25","replacedBy":"26"},{"ruleId":"27","replacedBy":"28"},"no-native-reassign",["29"],"no-negated-in-lhs",["30"],"no-global-assign","no-unsafe-negation"]

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
/>
1313
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
1414
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
15-
<title>React Windows UI Boilerplate</title>
15+
<title>Windows UI App</title>
1616
</head>
1717
<body style="margin: 0;">
1818
<noscript>You need to enable JavaScript to run this app.</noscript>
1919
<div id="root">
2020
<div style="background-color: #0078D7;height: 100vh;align-items: center;display: flex;">
2121
<h1 style="margin: 0 auto;color:white">
22-
react-windows-ui-boilerplate
22+
App Name
2323
</h1>
2424
</div>
2525
</div>

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const App = () => {
2020
<SplashScreen
2121
//duration={1000} /* Add additional delay before page loads */
2222
isVisible={splash}
23-
title={"react-windows-ui"}
23+
title={"App Name"}
2424
/>
2525

2626
<AppTheme // To make app reactive with theme

0 commit comments

Comments
 (0)