Skip to content

Commit

Permalink
Fixed email issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mohdjami committed Dec 25, 2024
1 parent 894952e commit 698f31d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/request-credits.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ import Link from "next/link"
import Image from "next/image"
import { Mail } from "lucide-react"

export const RequestCredits = (email:{
export const RequestCredits = ({email}:{
email: string
}) => {

return (
<div className="flex items-center justify-center min-h-screen bg-gradient-to-br from-yellow-50 to-orange-100 p-4">
<Card className="w-full max-w-md">
Expand Down

0 comments on commit 698f31d

Please sign in to comment.