Skip to content

Commit

Permalink
update exploreapp to reflect merging of wallpaper and themes
Browse files Browse the repository at this point in the history
  • Loading branch information
BomberFish committed Dec 5, 2024
1 parent 8a2115c commit f8aae33
Showing 1 changed file with 9 additions and 18 deletions.
27 changes: 9 additions & 18 deletions src/coreapps/ExploreApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,15 +142,16 @@ class ExploreApp extends App {
<h1>What's new in AnuraOS {anura.version.pretty}?</h1>
<h2>Themes</h2>
<p>
You can now completely customize how Anura looks! Just open the{" "}
You can now completely customize how Anura looks! Just open{" "}
<span>
<a href="javascript:anura.apps['anura.ui.themeeditor'].open();">
<img
src="/assets/icons/theme.png"
alt="Theme Editor Icon"
src="/assets/icons/wallpaper.png"
alt="Wallpaper Selector Icon"
/>
Theme Editor
Wallpaper &amp; Style
</a>
.
</span>
</p>
<h2>Support for more platforms</h2>
Expand Down Expand Up @@ -202,7 +203,7 @@ class ExploreApp extends App {
<img
src="/assets/icons/settings.png"
alt="Settings icon"
/>{" "}
/>
<a href="javascript:anura.apps['anura.settings'].open();">
Settings
</a>
Expand Down Expand Up @@ -274,7 +275,7 @@ class ExploreApp extends App {
<img
src="/apps/marketplace.app/playstore.webp"
alt="Marketplace Icon"
/>{" "}
/>
<a href="javascript:anura.apps['anura.store'].open();">
Marketplace
</a>
Expand All @@ -284,24 +285,14 @@ class ExploreApp extends App {
<h2>Customize your experience</h2>
<p>
AnuraOS has robust customization features. You can change the
wallpaper using{" "}
wallpaper and system colors using{" "}
<span>
<a href="javascript:anura.apps['anura.wallpaper'].open();">
<img
src="/assets/icons/wallpaper.png"
alt="Wallpaper Selector Icon"
/>
Wallpaper Selector
</a>
</span>
, and change the system colors using{" "}
<span>
<a href="javascript:anura.apps['anura.ui.themeeditor'].open();">
<img
src="/assets/icons/theme.png"
alt="Theme Editor Icon"
/>
Theme Editor
Wallpaper &amp; Style
</a>
</span>
.
Expand Down

0 comments on commit f8aae33

Please sign in to comment.