diff --git a/app.vue b/app.vue index b978d00..22307b7 100644 --- a/app.vue +++ b/app.vue @@ -52,7 +52,7 @@ useHead({ }, noscript: [ { - innerHTML: `

JavaScript is disabled

This website requires JavaScript to function properly. Please enable JavaScript in your browser settings.

If you are using a browser that does not support JavaScript, please consider using a modern browser like Firefox or Chrome.

This application does not track you, collect user data, use cookies of any kind or send requests to servers outside of your account's instance.

`, + innerHTML: `

JavaScript is disabled

This website requires JavaScript to function properly. Please enable JavaScript in your browser settings.

If you are using a browser that does not support JavaScript, please consider using a modern browser like Firefox or Chrome.

This application does not track you, collect user data, use cookies of any kind or send requests to servers outside of your account's instance.

`, }, ], }); diff --git a/components/avatars/avatar.vue b/components/avatars/avatar.vue index e76ef78..3b6e367 100644 --- a/components/avatars/avatar.vue +++ b/components/avatars/avatar.vue @@ -1,5 +1,5 @@