Skip to content

Commit fbf12e9

Browse files
Copilotmark-wiemer
andcommitted
Update SVG dimensions and replace support.modrinth.com references
Co-authored-by: mark-wiemer <7833360+mark-wiemer@users.noreply.github.com>
1 parent 47832d4 commit fbf12e9

16 files changed

Lines changed: 34 additions & 33 deletions

File tree

Lines changed: 5 additions & 4 deletions
Loading
Lines changed: 4 additions & 4 deletions
Loading

apps/app-frontend/src/components/ui/ErrorModal.vue

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const closable = ref(true)
1616
1717
const title = ref('An error occurred')
1818
const errorType = ref('unknown')
19-
const supportLink = ref('https://support.modrinth.com')
19+
const supportLink = ref('https://github.com/mark-wiemer/nerds-minecraft-launcher/issues/new')
2020
const metadata = ref({})
2121
2222
defineExpose({
@@ -27,7 +27,7 @@ defineExpose({
2727
title.value = 'Unable to sign in to Minecraft'
2828
errorType.value = 'minecraft_auth'
2929
supportLink.value =
30-
'https://support.modrinth.com/en/articles/9038231-minecraft-sign-in-issues'
30+
'https://github.com/mark-wiemer/nerds-minecraft-launcher/issues/new'
3131
3232
if (
3333
errorVal.message.includes('existing connection was forcibly closed') ||
@@ -41,11 +41,11 @@ defineExpose({
4141
} else if (errorVal.message && errorVal.message.includes('User is not logged in')) {
4242
title.value = 'Sign in to Minecraft'
4343
errorType.value = 'minecraft_sign_in'
44-
supportLink.value = 'https://support.modrinth.com'
44+
supportLink.value = 'https://github.com/mark-wiemer/nerds-minecraft-launcher/issues/new'
4545
} else if (errorVal.message && errorVal.message.includes('Move directory error:')) {
4646
title.value = 'Could not change app directory'
4747
errorType.value = 'directory_move'
48-
supportLink.value = 'https://support.modrinth.com'
48+
supportLink.value = 'https://github.com/mark-wiemer/nerds-minecraft-launcher/issues/new'
4949
5050
if (errorVal.message.includes('directory is not writeable')) {
5151
metadata.value.readOnly = true
@@ -57,16 +57,16 @@ defineExpose({
5757
} else if (errorVal.message && errorVal.message.includes('No loader version selected for')) {
5858
title.value = 'No loader selected'
5959
errorType.value = 'no_loader_version'
60-
supportLink.value = 'https://support.modrinth.com'
60+
supportLink.value = 'https://github.com/mark-wiemer/nerds-minecraft-launcher/issues/new'
6161
metadata.value.profilePath = context.profilePath
6262
} else if (source === 'state_init') {
6363
title.value = 'Error initializing NML'
6464
errorType.value = 'state_init'
65-
supportLink.value = 'https://support.modrinth.com'
65+
supportLink.value = 'https://github.com/mark-wiemer/nerds-minecraft-launcher/issues/new'
6666
} else {
6767
title.value = 'An error occurred'
6868
errorType.value = 'unknown'
69-
supportLink.value = 'https://support.modrinth.com'
69+
supportLink.value = 'https://github.com/mark-wiemer/nerds-minecraft-launcher/issues/new'
7070
metadata.value = {}
7171
}
7272
@@ -132,7 +132,7 @@ async function repairInstance() {
132132
servers. This is often the result of a poor connection, so we recommend trying again
133133
to see if it works. If issues continue to persist, follow the steps in
134134
<a
135-
href="https://support.modrinth.com/en/articles/9038231-minecraft-sign-in-issues#h_e71a5f805f"
135+
href="https://github.com/mark-wiemer/nerds-minecraft-launcher/issues/new"
136136
>
137137
our support article
138138
</a>
@@ -146,7 +146,7 @@ async function repairInstance() {
146146
remote server rejected the connection. This may indicate that these services are
147147
blocked by the hosts file. Please visit
148148
<a
149-
href="https://support.modrinth.com/en/articles/9038231-minecraft-sign-in-issues#h_d694a29256"
149+
href="https://github.com/mark-wiemer/nerds-minecraft-launcher/issues/new"
150150
>
151151
our support article
152152
</a>

apps/app-frontend/src/helpers/fetch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const useFetch = async (url, item, isSilent) => {
77
const version = await getVersion()
88

99
return await ofetch(url, {
10-
headers: { 'User-Agent': `modrinth/theseus/${version} (support@modrinth.com)` },
10+
headers: { 'User-Agent': `modrinth/theseus/${version} (support@markwiemer.com)` },
1111
})
1212
} catch (err) {
1313
if (!isSilent) {

apps/frontend/nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export default defineNuxtConfig({
153153

154154
const headers = {
155155
headers: {
156-
"user-agent": "Knossos generator (support@modrinth.com)",
156+
"user-agent": "NML generator (support@markwiemer.com)",
157157
},
158158
};
159159

apps/frontend/src/components/ui/ModerationChecklist.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,8 +606,8 @@ Please upload each version of your mod separately, thank you.`,
606606
},
607607
{
608608
name: "Invalid file type (modpacks)",
609-
resultingMessage: `## Modpacks on Modrinth
610-
It looks like you've uploaded your Modpack as a \`.zip\`, unfortunately, this is invalid and is why your project type is "Mod". I recommend taking a look at our support page about [Modrinth Modpacks](https://support.modrinth.com/en/articles/8802250-modpacks-on-modrinth), and once you're ready feel free to resubmit your project as a \`.mrpack\`. Don't forget to delete the old files from your Versions!`,
609+
resultingMessage: `## Modpacks
610+
It looks like you've uploaded your Modpack as a \`.zip\`, unfortunately, this is invalid and is why your project type is "Mod". Modpacks should be in \`.mrpack\` format. Please resubmit your project as a \`.mrpack\`. Don't forget to delete the old files from your Versions!`,
611611
},
612612
{
613613
name: "Invalid file type (resourcepacks)",

apps/frontend/src/layouts/default.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@
523523
</div>
524524
<div class="links links-2" role="region" aria-label="Resources">
525525
<h4 aria-hidden="true">{{ formatMessage(footerMessages.resourcesTitle) }}</h4>
526-
<a :target="$external()" href="https://support.modrinth.com">
526+
<a :target="$external()" href="https://github.com/mark-wiemer/nerds-minecraft-launcher/issues/new">
527527
{{ formatMessage(footerMessages.support) }}
528528
</a>
529529
<a :target="$external()" href="https://blog.modrinth.com">

apps/frontend/src/pages/[type]/[id]/moderation.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
If your review has taken more than 48 hours, check our
2424
<a
2525
class="text-link"
26-
href="https://support.modrinth.com/en/articles/8793355-modrinth-project-review-times"
26+
href="https://github.com/mark-wiemer/nerds-minecraft-launcher/issues/new"
2727
target="_blank"
2828
>
2929
support article on review times
@@ -77,7 +77,7 @@
7777
This is a private conversation thread with the Modrinth moderators. They may message you
7878
with issues concerning this project. This thread is only checked when you submit your
7979
project for review. For additional inquiries, contact
80-
<a href="https://support.modrinth.com">Modrinth support</a>.
80+
<a href="https://github.com/mark-wiemer/nerds-minecraft-launcher/issues/new">NML support (GitHub issues)</a>.
8181
</p>
8282
<ConversationThread
8383
v-if="thread"

apps/frontend/src/pages/app.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const linuxLinks = {
2828
appImage: null,
2929
deb: null,
3030
rpm: null,
31-
thirdParty: "https://support.modrinth.com/en/articles/9298760",
31+
thirdParty: "https://github.com/mark-wiemer/nerds-minecraft-launcher/issues/new",
3232
};
3333
const macLinks = {
3434
appleSilicon: null,

apps/frontend/src/pages/legal/ccpa.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@
341341
<p>
342342
To exercise the access, data portability, and deletion rights described above, please submit a
343343
verifiable consumer request to us by emailing us at
344-
<a href="mailto:support@modrinth.com">support@modrinth.com</a>.
344+
<a href="mailto:support@markwiemer.com">support@markwiemer.com</a>.
345345
</p>
346346
<p>
347347
Only you, or a person registered with the California Secretary of State that you authorize to
@@ -448,7 +448,7 @@
448448
your information described below and in the
449449
<nuxt-link to="/legal/privacy">Privacy Policy</nuxt-link>, your choices and rights regarding
450450
such use, or wish to exercise your rights under California law, please do not hesitate to
451-
contact us at <a href="mailto:support@modrinth.com">support@modrinth.com</a>.
451+
contact us at <a href="mailto:support@markwiemer.com">support@markwiemer.com</a>.
452452
</p>
453453
</div>
454454
</template>

0 commit comments

Comments
 (0)