mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: update payments
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import { Link } from "@/i18n/routing";
|
||||
import { useTranslations } from "next-intl";
|
||||
import { Footer } from "./Footer";
|
||||
import { Header } from "./Header";
|
||||
|
||||
export function SlimLayout() {
|
||||
const t = useTranslations("404");
|
||||
@@ -16,7 +14,7 @@ export function SlimLayout() {
|
||||
<Link href="/" className="text-primary">
|
||||
{t("action")}
|
||||
</Link>
|
||||
</p>
|
||||
p </p>
|
||||
</div>
|
||||
</main>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user