Reverted all changes back to version 2918d92a95
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user