diff --git a/package.json b/package.json index 06216b23..cbc75453 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "compression": "^1.7.1", "exceljs": "^4.2.1", "polka": "next", + "prettier": "^2.2.1", "sirv": "^1.0.0" }, "devDependencies": { diff --git a/src/locales/en.json b/src/locales/en.json index 1d16784e..3aad61d2 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -55,6 +55,10 @@ "calculator": { "title": "🧮 Calculate Character and Weapons ascension material and talent book! All the calculations can be added to the Todo list, it will show you how much resin you need too!", "detail": "Calculator" + }, + "twitter": { + "title": "Follow my Twitter, will occasionally post sneak peak what I currently develop and latest update to paimon.moe!", + "detail": "Follow Twitter" } }, "characters": { diff --git a/src/locales/id.json b/src/locales/id.json index 2819d2be..089cb6d5 100644 --- a/src/locales/id.json +++ b/src/locales/id.json @@ -55,6 +55,10 @@ "calculator": { "title": "🧮 Hitung Ascension dan Talent Book Karakter dan Senjata! Semua hasil perhitungan bisa ditambahkan ke daftar todo, dan juga akan menampilkan berapa resin yang kamu perlukan!", "detail": "Kalkulator" + }, + "twitter": { + "title": "Follow my Twitter, akan post tentang apa yang lagi di develop dan update terbaru tentang paimon.moe!", + "detail": "Follow Twitter" } }, "characters": { diff --git a/src/routes/_index/twitter.svelte b/src/routes/_index/twitter.svelte new file mode 100644 index 00000000..629167d6 --- /dev/null +++ b/src/routes/_index/twitter.svelte @@ -0,0 +1,21 @@ + + +
+ {$t('home.twitter.title')} +
+ +