mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-08-07 00:06:24 +00:00
update 1.2.2.2 beta
This commit is contained in:
@@ -64,7 +64,15 @@ export default async function PostInstallStoragePage({
|
||||
/>
|
||||
|
||||
<Callout variant="info" title={t("intro.title")}>
|
||||
{t.rich("intro.body", { strong })}
|
||||
{t.rich("intro.body", {
|
||||
strong,
|
||||
code,
|
||||
link: (chunks) => (
|
||||
<Link href="/docs/post-install/optional#log2ram" className="text-blue-700 hover:underline">
|
||||
{chunks}
|
||||
</Link>
|
||||
),
|
||||
})}
|
||||
</Callout>
|
||||
|
||||
<Callout variant="warning" title={t("notTrackedTitle")}>
|
||||
|
||||
Reference in New Issue
Block a user