Skip to content

Commit

Permalink
fix: hot fix for type error (#391)
Browse files Browse the repository at this point in the history
Co-authored-by: Tanay Pant <tanaypantprotonmail.com>
  • Loading branch information
tanay1337 authored Mar 11, 2024
1 parent 3139ee0 commit 38b8dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/CustomCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import css from './styles.module.css'
const CustomCard: React.FC<{
title: string
description: string
url?: string
url: string
icon: JSX.Element
newTab?: boolean
}> = ({ title, description, url, icon, newTab }) => (
Expand Down

0 comments on commit 38b8dd8

Please sign in to comment.