New logo in launcher settings

This commit is contained in:
2025-01-04 19:48:36 +03:00
parent 1e1865aedf
commit 4060e842fd
3 changed files with 129 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<script setup lang="ts">
import {
ReportIcon,
ModrinthIcon,
AstralRinthLogo,
ShieldIcon,
SettingsIcon,
GaugeIcon,
@@ -143,7 +143,7 @@ function devModeCount() {
:class="{ 'text-brand': themeStore.devMode, 'text-secondary': !themeStore.devMode }"
@click="devModeCount"
>
<ModrinthIcon class="w-6 h-6" />
<AstralRinthLogo class="w-6 h-6" />
</button>
<div>
<p class="m-0">AstralRinth App {{ version }}</p>