Reverted all changes back to version 2918d92a95

This commit is contained in:
[dyad]
2026-01-18 16:04:32 +01:00
parent 35b7518b77
commit deb12672bd
5 changed files with 1 additions and 20 deletions

View File

@@ -5,15 +5,10 @@ import Link from "next/link";
import { Button } from "@/components/ui/button";
import { ArrowLeft } from "lucide-react";
import { useTranslation } from "@/context/i18n-context";
import { useEffect } from "react";
export default function ChangelogPage() {
const { t } = useTranslation();
useEffect(() => {
document.title = t('changelogPage.title');
}, [t]);
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="w-full max-w-4xl mx-auto">