Skip to content

Commit

Permalink
set icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammerIn-wonderland committed Sep 7, 2023
1 parent ced4aae commit 1264609
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified public/assets/icons/about.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/coreapps/AboutApp.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
class AboutApp extends App {
name = "About Anura";
package = "anura.about";
icon = "/assets/icons/about.png";
icon = "/icon.png";

page = async () => (
<div class="aboutapp-container">
<div class="aboutapp-logo">
<img
src={this.icon}
title="Temporary logo until official AnuraOS logo is chosen"
src="/assets/icons/about.png"
title="離れ離れの街を繋ぐ列車は行ってしまったね.."
/>
</div>
<div class="aboutapp-logo-divider"></div>
Expand Down

0 comments on commit 1264609

Please sign in to comment.