We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08ed23a + 67557e4 commit 298d126Copy full SHA for 298d126
src/components/TitleCardList.tsx
src/lib/interfaces.ts
@@ -161,24 +161,17 @@ export interface IGetInvolvedCard {
161
}
162
163
/**
164
- * TitleCardList
+ * Codeblock
165
*/
166
167
-export interface ITitleCardItem {
+export interface CodeExample {
168
title: string
169
description: string
170
caption?: string
171
link?: string
172
image?: string
173
alt?: string
174
id?: number
175
-}
176
-
177
-/**
178
- * Codeblock
179
- */
180
181
-export interface CodeExample extends ITitleCardItem {
182
codeLanguage: string
183
code: string
184
eventName: string
0 commit comments