refactor: zod validation and pr comments
This commit is contained in:
@@ -33,7 +33,7 @@ export default async function LoyaltyLevels() {
|
||||
|
||||
function LevelCard({ level }: LevelCardProps) {
|
||||
return (
|
||||
<div className={styles.card}>
|
||||
<article className={styles.card}>
|
||||
<Title level="h4">{level.tier}</Title>
|
||||
<Image src={level.logo} alt={level.name} width={140} height={54} />
|
||||
<p className={styles.qualifications}>
|
||||
@@ -45,6 +45,6 @@ function LevelCard({ level }: LevelCardProps) {
|
||||
{benefit}
|
||||
</p>
|
||||
))}
|
||||
</div>
|
||||
</article>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user