Skip to content

Commit

Permalink
fix(frontend): loader
Browse files Browse the repository at this point in the history
  • Loading branch information
thewander02 committed Oct 16, 2024
1 parent d402e39 commit aa1a561
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/frontend/src/components/ui/servers/LoaderIcon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
></path>
</svg>
<svg
v-else-if="loader === 'Neoforge'"
v-else-if="loader === 'NeoForge'"
enable-background="new 0 0 24 24"
version="1.1"
viewBox="0 0 24 24"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,12 +240,12 @@
:class="data.loader === 'NeoForge' ? '[&&]:bg-bg-green' : ''"
>
<UiServersLoaderIcon
loader="Neoforge"
loader="NeoForge"
class="[&&]:size-10"
:class="data.loader === 'NeoForge' ? 'text-brand' : ''"
/>
</div>
<h1 class="m-0 text-xl font-extrabold leading-none text-contrast">Neoforge</h1>
<h1 class="m-0 text-xl font-extrabold leading-none text-contrast">NeoForge</h1>
<span
v-if="data.loader === 'NeoForge'"
class="rounded-full bg-bg-green p-1 px-2 text-sm font-semibold text-brand"
Expand Down

0 comments on commit aa1a561

Please sign in to comment.