diff --git a/index.html b/index.html index da22870..a1792df 100644 --- a/index.html +++ b/index.html @@ -26,7 +26,7 @@ - + diff --git a/src/components/HelpModal.vue b/src/components/HelpModal.vue index f65d978..c5b14c3 100644 --- a/src/components/HelpModal.vue +++ b/src/components/HelpModal.vue @@ -23,7 +23,7 @@

Spritesheet generator is a free, open-source tool for creating spritesheets for game development and animation projects. This tool allows you to upload individual sprite images and arrange them into a spritesheet with customizable layout.

-

Matrix: root@adhd.sh, Discord: nu11ed

+

Matrix: root@adhd.sh, Discord: streetshadow

How to use:

  1. Upload your sprite images by dragging and dropping them or clicking the upload area
  2. diff --git a/src/views/BlogDetail.vue b/src/views/BlogDetail.vue index cf3ad3d..85170ff 100644 --- a/src/views/BlogDetail.vue +++ b/src/views/BlogDetail.vue @@ -40,7 +40,7 @@ { property: 'og:description', content: pageDescription }, { property: 'og:image', content: pageImage }, { property: 'og:site_name', content: 'Spritesheet Generator' }, - { property: 'article:author', content: computed(() => post.value?.author || 'nu11ed') }, + { property: 'article:author', content: computed(() => post.value?.author || 'streetshadow') }, { property: 'article:published_time', content: computed(() => post.value?.date || '') }, // Twitter @@ -95,7 +95,7 @@ image: `https://spritesheetgenerator.online${post.value.image}`, author: { '@type': 'Person', - name: post.value.author || 'nu11ed', + name: post.value.author || 'streetshadow', }, publisher: { '@type': 'Organization',