⚒️ Add .slug.

This commit is contained in:
pheralb
2022-06-26 18:41:36 +01:00
parent d5fc23117e
commit bb405d50cf
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ export interface SVGCardProps {
id: number;
svg: string;
title: string;
href?: string;
slug?: string;
url?: string;
}