-
{t('app.title')}
-
{t('about.description')}
+
{c.title}
+
+ {c.rulesPrefix}{c.rulesLink}.
+
+
+
+ {c.randomTitle}
+ ❗️{c.randomRespect}
+
+ {#each c.random as item (item)}- {item}
{/each}
+
+
+
+
+ {c.friendsTitle}
+
+ {#each c.friends as item (item)}- {item}
{/each}
+
+
+
{t('about.version', { v: version })}