From c3c3e3fb04de589cbca07343c848c875a89bd7e9 Mon Sep 17 00:00:00 2001 From: Yurij Mikhalevich Date: Sat, 9 Nov 2024 13:21:21 +0400 Subject: [PATCH] fix(info Modal): remove spaces before dots, make it shorter, center it better --- components/GlobalHeader.vue | 21 ++++--------- components/ModalDialog.vue | 6 ++-- eslint.config.mjs | 61 +++++++++++++++++++++++++++++++++++++ 3 files changed, 70 insertions(+), 18 deletions(-) diff --git a/components/GlobalHeader.vue b/components/GlobalHeader.vue index ff3a49f..1972ffb 100644 --- a/components/GlobalHeader.vue +++ b/components/GlobalHeader.vue @@ -68,15 +68,14 @@ const onCloseAboutModal = () => {

Aibyss is a survival game where you compete by coding your AI in JavaScript.

- The game is played in real time, and you can see how your AI performs against other players' AIs. It is played in a 2D grid, and your AI can move around, attack other AIs, and collect resources. The game is written in TypeScript. If you want to contribute, check out the list of open issues and the contributing guide - here - . + The game is played in real time, and you can see how your AI performs against other players' AIs. It is played in a 2D grid, and your AI can move around, attack other AIs, and collect resources. The game is written in TypeScript. If you want to contribute, check out the list of open issues and the contributing guide here.

Good luck, and have fun!

@@ -87,27 +86,19 @@ const onCloseAboutModal = () => { The logo and the art for the social preview image created by - Ivan Pchelka - . + >Ivan Pchelka.

The - FontStruction "RetroPix" - by FontStruction "RetroPix" by - Brandon Kleeman - is licensed under a Brandon Kleeman is licensed under a - Creative Commons Attribution license - . + >Creative Commons Attribution license.

diff --git a/components/ModalDialog.vue b/components/ModalDialog.vue index 6a40b0b..8d4a7e7 100644 --- a/components/ModalDialog.vue +++ b/components/ModalDialog.vue @@ -1,14 +1,14 @@