feat: add logos to category cards
This commit is contained in:
@@ -53,6 +53,8 @@ export type Category = {
|
||||
slug: string;
|
||||
title: string;
|
||||
description: string;
|
||||
logoLight: string;
|
||||
logoDark: string;
|
||||
};
|
||||
|
||||
export type Application = {
|
||||
|
||||
Reference in New Issue
Block a user