You've already forked AstralRinth
forked from didirus/AstralRinth
Fix modrinth logo on home page
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<div class="landing-hero">
|
<div class="landing-hero">
|
||||||
<ModrinthIcon class="modrinth-icon" />
|
<ModrinthIcon class="modrinth-icon text-brand" />
|
||||||
<h1 class="main-header">
|
<h1 class="main-header">
|
||||||
The place for Minecraft
|
The place for Minecraft
|
||||||
<div class="animate-strong">
|
<div class="animate-strong">
|
||||||
@@ -228,7 +228,11 @@
|
|||||||
>
|
>
|
||||||
<PrismLauncherLogo aria-hidden="true" />
|
<PrismLauncherLogo aria-hidden="true" />
|
||||||
</a>
|
</a>
|
||||||
<nuxt-link to="/app" class="graphic gradient-border" aria-label="Modrinth App">
|
<nuxt-link
|
||||||
|
to="/app"
|
||||||
|
class="graphic gradient-border text-brand"
|
||||||
|
aria-label="Modrinth App"
|
||||||
|
>
|
||||||
<ModrinthIcon aria-hidden="true" />
|
<ModrinthIcon aria-hidden="true" />
|
||||||
</nuxt-link>
|
</nuxt-link>
|
||||||
<a
|
<a
|
||||||
|
|||||||
Reference in New Issue
Block a user