Skip to content

Commit

Permalink
refactor(faucet): update Content interface
Browse files Browse the repository at this point in the history
  • Loading branch information
oceanByte authored and moritzkirstein committed Oct 30, 2024
1 parent 646dab9 commit ebc83c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Faucet/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { toast } from 'react-toastify'
interface Content {
title: string
description: string
buttonLabel: string
card: {
cardTitle: string
cardDescription: string
Expand All @@ -21,7 +22,6 @@ interface Content {
cardExplainerThirdStep: string
cardExplainerFourthStep: string
cardExplainerFithStep: string
cardExplainerNote: string
cardNetworkAddress: string
cardNetwork: string
}
Expand All @@ -44,7 +44,6 @@ const FaucetPage = (): ReactElement => {
cardExplainerThirdStep,
cardExplainerFourthStep,
cardExplainerFithStep,
cardExplainerNote,
cardNetworkAddress,
cardNetwork
} = card
Expand Down

0 comments on commit ebc83c3

Please sign in to comment.