diff --git a/src/routes/_index/achievement.svelte b/src/routes/_index/achievement.svelte index fad26993..9fc4e80e 100644 --- a/src/routes/_index/achievement.svelte +++ b/src/routes/_index/achievement.svelte @@ -12,6 +12,7 @@ class="flex justify-end items-center self-end lg:self-start text-white mt-4 bg-background-secondary rounded-xl py-2 px-4 hover:bg-background transition-colors duration-100" > + wish {$t('home.achievement.detail')} diff --git a/src/routes/_index/furnishing.svelte b/src/routes/_index/furnishing.svelte index 5ac02bdb..73e0583c 100644 --- a/src/routes/_index/furnishing.svelte +++ b/src/routes/_index/furnishing.svelte @@ -12,6 +12,7 @@ class="flex justify-end items-center self-end lg:self-start text-white mt-4 bg-background-secondary rounded-xl py-2 px-4 hover:bg-background transition-colors duration-100" > + wish {$t('home.furnishing.detail')} diff --git a/src/routes/_index/welcome.svelte b/src/routes/_index/welcome.svelte index 84925f26..042f1e9a 100644 --- a/src/routes/_index/welcome.svelte +++ b/src/routes/_index/welcome.svelte @@ -1,35 +1,35 @@ @@ -37,5 +37,5 @@

{$t('home.welcome')}

{$t('home.message')}

-

{$t('home.visitor', { values: { count } })}

+
diff --git a/static/images/achievement.png b/static/images/achievement.png new file mode 100644 index 00000000..be46832d Binary files /dev/null and b/static/images/achievement.png differ diff --git a/static/images/furnishing.png b/static/images/furnishing.png new file mode 100644 index 00000000..b742e8ae Binary files /dev/null and b/static/images/furnishing.png differ