Skip to content

Commit 6b98655

Browse files
committed
Fix modrinth logo on home page
1 parent b5a9a93 commit 6b98655

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

apps/frontend/src/pages/index.vue

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div>
33
<div class="landing-hero">
4-
<ModrinthIcon class="modrinth-icon" />
4+
<ModrinthIcon class="modrinth-icon text-brand" />
55
<h1 class="main-header">
66
The place for Minecraft
77
<div class="animate-strong">
@@ -228,7 +228,11 @@
228228
>
229229
<PrismLauncherLogo aria-hidden="true" />
230230
</a>
231-
<nuxt-link to="/app" class="graphic gradient-border" aria-label="Modrinth App">
231+
<nuxt-link
232+
to="/app"
233+
class="graphic gradient-border text-brand"
234+
aria-label="Modrinth App"
235+
>
232236
<ModrinthIcon aria-hidden="true" />
233237
</nuxt-link>
234238
<a

0 commit comments

Comments
 (0)