Skip to content

Commit

Permalink
Fix samples resource paths
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomc committed Oct 3, 2024
1 parent 71a2900 commit 2aa5bf9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion applications/samples/frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<link rel="icon" type="image/svg+xml" href="/assets/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CloudHarness sample application</title>
</head>
Expand Down
2 changes: 1 addition & 1 deletion applications/samples/frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Version from './components/Version';

const Main = () => (
<>
<img src="/logo.png" width="800" />
<img src="/assets/logo.png" width="800" />
<h1>Sample React application is working!</h1>
<Version />
<RestTest />
Expand Down

0 comments on commit 2aa5bf9

Please sign in to comment.