Skip to content

Commit

Permalink
Merge pull request #13963 from ethereum/removeTitleCardList
Browse files Browse the repository at this point in the history
Remove TitleCardList
  • Loading branch information
pettinarip authored Sep 26, 2024
2 parents 08ed23a + 67557e4 commit 298d126
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 219 deletions.
210 changes: 0 additions & 210 deletions src/components/TitleCardList.tsx

This file was deleted.

11 changes: 2 additions & 9 deletions src/lib/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,24 +161,17 @@ export interface IGetInvolvedCard {
}

/**
* TitleCardList
* Codeblock
*/

export interface ITitleCardItem {
export interface CodeExample {
title: string
description: string
caption?: string
link?: string
image?: string
alt?: string
id?: number
}

/**
* Codeblock
*/

export interface CodeExample extends ITitleCardItem {
codeLanguage: string
code: string
eventName: string
Expand Down

0 comments on commit 298d126

Please sign in to comment.