Skip to content

Commit 373b611

Browse files
committed
Merge branch 'develop' of github.com:MetaCell/cloud-harness into feature/CH-152
2 parents aacfe5d + 2aa5bf9 commit 373b611

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

applications/samples/frontend/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<meta charset="UTF-8" />
6-
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
6+
<link rel="icon" type="image/svg+xml" href="/assets/favicon.png" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
88
<title>CloudHarness sample application</title>
99
</head>
File renamed without changes.
File renamed without changes.

applications/samples/frontend/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Version from './components/Version';
44

55
const Main = () => (
66
<>
7-
<img src="/logo.png" width="800" />
7+
<img src="/assets/logo.png" width="800" />
88
<h1>Sample React application is working!</h1>
99
<Version />
1010
<RestTest />

0 commit comments

Comments
 (0)