feat: add logos to category cards

This commit is contained in:
2026-02-26 15:47:26 -06:00
parent 6cddae61ed
commit 4c1da43c68
2 changed files with 19 additions and 3 deletions

View File

@@ -53,6 +53,8 @@ export type Category = {
slug: string;
title: string;
description: string;
logoLight: string;
logoDark: string;
};
export type Application = {