[dyad] Seitenbreite vereinheitlicht - wrote 4 file(s)
This commit is contained in:
@@ -6,17 +6,17 @@ import { ArrowLeft } from "lucide-react";
|
|||||||
export default function ChangelogPage() {
|
export default function ChangelogPage() {
|
||||||
return (
|
return (
|
||||||
<div className="relative flex flex-col items-center min-h-screen p-4 sm:p-8 bg-gray-50 dark:bg-background font-[family-name:var(--font-geist-sans)]">
|
<div className="relative flex flex-col items-center min-h-screen p-4 sm:p-8 bg-gray-50 dark:bg-background font-[family-name:var(--font-geist-sans)]">
|
||||||
<div className="w-full max-w-4xl mx-auto">
|
<div className="w-full max-w-6xl mx-auto">
|
||||||
<Button asChild variant="ghost" className="mb-4 -ml-4">
|
<Button asChild variant="ghost" className="mb-4 -ml-4">
|
||||||
<Link href="/">
|
<Link href="/">
|
||||||
<ArrowLeft className="mr-2 h-4 w-4" />
|
<ArrowLeft className="mr-2 h-4 w-4" />
|
||||||
Zurück zum Konverter
|
Zurück zum Konverter
|
||||||
</Link>
|
</Link>
|
||||||
</Button>
|
</Button>
|
||||||
|
<main className="w-full">
|
||||||
|
<Changelog />
|
||||||
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<main className="w-full">
|
|
||||||
<Changelog />
|
|
||||||
</main>
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -6,7 +6,7 @@ import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
|
|||||||
export default function ImprintPage() {
|
export default function ImprintPage() {
|
||||||
return (
|
return (
|
||||||
<div className="relative flex flex-col items-center min-h-screen p-4 sm:p-8 bg-gray-50 dark:bg-background">
|
<div className="relative flex flex-col items-center min-h-screen p-4 sm:p-8 bg-gray-50 dark:bg-background">
|
||||||
<div className="w-full max-w-4xl mx-auto">
|
<div className="w-full max-w-6xl mx-auto">
|
||||||
<Button asChild variant="ghost" className="mb-4 -ml-4">
|
<Button asChild variant="ghost" className="mb-4 -ml-4">
|
||||||
<Link href="/">
|
<Link href="/">
|
||||||
<ArrowLeft className="mr-2 h-4 w-4" />
|
<ArrowLeft className="mr-2 h-4 w-4" />
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
|
|||||||
export default function PrivacyPage() {
|
export default function PrivacyPage() {
|
||||||
return (
|
return (
|
||||||
<div className="relative flex flex-col items-center min-h-screen p-4 sm:p-8 bg-gray-50 dark:bg-background">
|
<div className="relative flex flex-col items-center min-h-screen p-4 sm:p-8 bg-gray-50 dark:bg-background">
|
||||||
<div className="w-full max-w-4xl mx-auto">
|
<div className="w-full max-w-6xl mx-auto">
|
||||||
<Button asChild variant="ghost" className="mb-4 -ml-4">
|
<Button asChild variant="ghost" className="mb-4 -ml-4">
|
||||||
<Link href="/">
|
<Link href="/">
|
||||||
<ArrowLeft className="mr-2 h-4 w-4" />
|
<ArrowLeft className="mr-2 h-4 w-4" />
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ export function Changelog() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="w-full max-w-4xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
|
<div className="py-12">
|
||||||
<div className="text-center mb-12">
|
<div className="text-center mb-12">
|
||||||
<h1 className="text-4xl font-bold tracking-tight text-gray-900 dark:text-gray-100 sm:text-5xl">
|
<h1 className="text-4xl font-bold tracking-tight text-gray-900 dark:text-gray-100 sm:text-5xl">
|
||||||
Änderungsprotokoll
|
Änderungsprotokoll
|
||||||
|
|||||||
Reference in New Issue
Block a user