Config file fixes
This commit is contained in:
@@ -166,8 +166,8 @@ function ServiceSection({ section, services, metrics }: {
|
||||
rel="noopener noreferrer"
|
||||
className="transition-transform hover:scale-105"
|
||||
>
|
||||
<Card className={`${style.background} hover:${style.background} overflow-hidden`}>
|
||||
<CardHeader className="flex flex-row items-center justify-between space-y-0 pb-2">
|
||||
<Card className={`${style.background} hover:${style.background}`}>
|
||||
<CardHeader className={`flex flex-row items-center justify-between space-y-0 pb-2 ${style.background}`}>
|
||||
<div className="flex items-center">
|
||||
<div className={style.iconColor}>
|
||||
<ServiceIcon service={service} section={section} isDark={isDark} />
|
||||
@@ -180,7 +180,7 @@ function ServiceSection({ section, services, metrics }: {
|
||||
certDaysRemaining={serviceMetrics.certDaysRemaining}
|
||||
/>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
<CardContent className={style.background}>
|
||||
<CardDescription>{service.description}</CardDescription>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
Reference in New Issue
Block a user