You've already forked AstralRinth
forked from didirus/AstralRinth
Make it slightly clearer that the app is in beta (#4333)
* Make it slightly clearer that the app is in beta and add linux disclaimer. Also changed the way Modrinth App was being referred to as a regular noun instead of a proper noun * i18n for app page * update home page to use ~content
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<ModrinthIcon class="modrinth-icon text-brand" />
|
||||
<h1 class="main-header">
|
||||
<IntlFormatted :message-id="messages.thePlaceForMinecraft">
|
||||
<template #content>
|
||||
<template #~content>
|
||||
<div class="animate-strong">
|
||||
<span>
|
||||
<strong
|
||||
@@ -488,7 +488,7 @@ async function updateSearchProjects() {
|
||||
const messages = defineMessages({
|
||||
thePlaceForMinecraft: {
|
||||
id: 'landing.heading.the-place-for-minecraft',
|
||||
defaultMessage: 'The place for Minecraft <content></content>',
|
||||
defaultMessage: 'The place for Minecraft {content}',
|
||||
},
|
||||
discoverHeading: {
|
||||
id: 'landing.subheading',
|
||||
|
||||
Reference in New Issue
Block a user