Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
wushuangs committed Nov 14, 2024
1 parent 44ba6ff commit c914513
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<!-- quasar:entry-point -->
<div id="Loading">
<div class="loader-inner">
<img src="./public/app-icon/os.svg" alt="logo" />
<img src="app-icon/os.svg" alt="logo" />
</div>
<div class="loader-txt" style="font-size: 18px">Loading...</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/index.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div id="q-app"></div>
<div id="Loading">
<div class="loader-inner">
<img src="./app-icon/os.svg" alt="logo" />
<img src="app-icon/os.svg" alt="logo" />
</div>
<div class="loader-txt" style="font-size: 18px">Loading...</div>
</div>
Expand Down

0 comments on commit c914513

Please sign in to comment.