Skip to content

Commit

Permalink
deploy: 3cc2aa7
Browse files Browse the repository at this point in the history
  • Loading branch information
berkaytumal committed Jan 18, 2025
1 parent 2227476 commit a9b32cc
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file added assets/navbar/b1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/navbar/b2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/navbar/b3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dist/styles.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
</div>
<div class="system-bar system-status-bar"></div>
<div class="system-bar system-navigation-bar">
<button style="background-image: url(../temp_test/b1.png);"
<button style="background-image: url(./assets/navbar/b1.png);"
onclick="GrooveBoard.backendMethods.navigation.back()"></button>
<button style="background-image: url(../metadata/en-US/images/icon-transparent.png);"
<button style="background-image: url(./assets/navbar/b2.png);"
onclick="GrooveBoard.backendMethods.navigation.home()"></button>
<button style="background-image: url(../temp_test/b3.png);"></button>
<button style="background-image: url(./assets/navbar/b3.png);"></button>
</div>
<div class="system-bar system-bar-preview"></div>
<div class="tiles-app"></div>
Expand Down

0 comments on commit a9b32cc

Please sign in to comment.