Skip to content

Commit

Permalink
Fix in files in order to run pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
vkefalas-exz committed Oct 18, 2024
1 parent 93d68a7 commit c5402ab
Show file tree
Hide file tree
Showing 8 changed files with 928 additions and 922 deletions.
2 changes: 1 addition & 1 deletion gui/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pnpm-debug.log*
lerna-debug.log*
/*.env.*
node_modules
dist/assets
dist
dist-ssr
*.local
../.DS_Store
Expand Down
6 changes: 3 additions & 3 deletions gui/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/dist/nebulous.svg" />
<link rel="icon" type="image/svg+xml" href="/assets/nebulous-f9e3bcad.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>NebulOus</title>
<script type="module" crossorigin src="/assets/index-4c658935.js"></script>
<link rel="stylesheet" href="/assets/index-bd8b343d.css">
<script type="module" crossorigin src="/assets/index-2c89f4e5.js"></script>
<link rel="stylesheet" href="/assets/index-220aeee3.css">
</head>
<body>
<div id="app"></div>
Expand Down
64 changes: 0 additions & 64 deletions gui/dist/nebulous.svg

This file was deleted.

2 changes: 1 addition & 1 deletion gui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/dist/nebulous.svg" />
<link rel="icon" type="image/svg+xml" href="/src/assets/svg/nebulous.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>NebulOus</title>
</head>
Expand Down
64 changes: 64 additions & 0 deletions gui/src/assets/svg/nebulous.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c5402ab

Please sign in to comment.