mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-24 01:24:28 +01:00
new home
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { A } from "@solidjs/router";
|
||||
import { ChevronRight } from "lucide-solid";
|
||||
import { ParentComponent, Show } from "solid-js";
|
||||
|
||||
import forward from "~/assets/icons/forward.svg";
|
||||
import { useI18n } from "~/i18n/context";
|
||||
import { useMegaStore } from "~/state/megaStore";
|
||||
|
||||
@@ -32,7 +32,7 @@ export function MutinyPlusCta() {
|
||||
{i18n.t("common.mutiny")}
|
||||
<span class="text-m-red">+</span>
|
||||
</span>
|
||||
<img src={forward} alt="go" />
|
||||
<ChevronRight />
|
||||
</div>
|
||||
<div class="text-sm text-m-grey-400">
|
||||
<Show
|
||||
|
||||
Reference in New Issue
Block a user