Unification
This commit is contained in:
@@ -117,19 +117,19 @@ function mapMap<T, K, J>(i: Map<T, K>, fn: (key: T, value: K) => J): J[] {
|
||||
<Card client:idle>
|
||||
<Archive heigth="64" width="64"/>
|
||||
<h1>{t("home.benefits.historic.title")}</h1>
|
||||
<p>{t("home.benefits.historic.description.1")}</p>
|
||||
<p>{t("home.benefits.historic.description.2")}</p>
|
||||
<p class="mt-4">{t("home.benefits.historic.description.1")}</p>
|
||||
<p class="mt-4">{t("home.benefits.historic.description.2")}</p>
|
||||
</Card>
|
||||
<Card client:idle>
|
||||
<Rocket heigth="64" width="64"/>
|
||||
<h1>{t("home.benefits.server.title")}</h1>
|
||||
<p>{t("home.benefits.server.description")}</p>
|
||||
<p class="mt-4">{t("home.benefits.server.description")}</p>
|
||||
</Card>
|
||||
<Card client:idle>
|
||||
<Bell heigth="64" width="64"/>
|
||||
<h1>{t("home.benefits.events.title")}</h1>
|
||||
<p>{t("home.benefits.events.description.1")}</p>
|
||||
<p>{t("home.benefits.events.description.2")}</p>
|
||||
<p class="mt-4">{t("home.benefits.events.description.1")}</p>
|
||||
<p class="mt-4">{t("home.benefits.events.description.2")}</p>
|
||||
</Card>
|
||||
</div>
|
||||
<a class="btn px-8 flex" href={l("/about")}>{t("home.benefits.read")}
|
||||
|
||||
Reference in New Issue
Block a user