Update categories

This commit is contained in:
2026-02-03 16:02:39 +04:00
parent 2b2bcebf0c
commit 03be35a001
8 changed files with 23 additions and 18 deletions

View File

@@ -7,7 +7,7 @@ export interface Project {
title: string;
description: string;
image: string;
category: "proud" | "older" | "other";
category: "actual" | "history" | "other";
techStack: string[];
status: "completed" | "in-progress" | "planned";
demoUrl?: string;