diff --git a/src/app/changelog/page.tsx b/src/app/changelog/page.tsx index 52b504f..82838fc 100644 --- a/src/app/changelog/page.tsx +++ b/src/app/changelog/page.tsx @@ -1,5 +1,5 @@ import type { Metadata, Viewport } from "next"; -import { FileText, Zap, Bug, Shield } from "lucide-react"; +import { FileText, Zap, Bug } from "lucide-react"; import Link from "next/link"; const BASE_URL = process.env.NEXT_PUBLIC_SITE_URL ?? "https://routecommerce.com"; @@ -96,14 +96,6 @@ const CHANGELOG = [ description: "Complete redesign of the admin dashboard with improved navigation, faster loading, and better mobile support.", icon: Zap, }, - { - version: "1.9.0", - date: "2024-10-30", - category: "security", - title: "Two-Factor Authentication", - description: "Added 2FA support for enhanced account security. Admin users can now enable TOTP-based authentication.", - icon: Shield, - }, ]; const categoryStyles = {