fix css class names

This commit is contained in:
CKD 2025-03-06 08:43:48 -08:00
parent eb6ebcf4ba
commit c8ebee9965
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ export default function KvmCard({
return ( return (
<Card> <Card>
<div className="px-5 py-5 space-y-3"> <div className="px-5 py-5 space-y-3">
<div className="flex justify-between items-cente"> <div className="flex justify-between items-center">
<div className="space-y-1.5"> <div className="space-y-1.5">
<div className="text-lg font-bold leading-none text-black dark:text-white"> <div className="text-lg font-bold leading-none text-black dark:text-white">
{title} {title}

View File

@ -283,7 +283,7 @@ function ModeSelectionView({
return ( return (
<div className="w-full space-y-4"> <div className="w-full space-y-4">
<div className="asnimate-fadeIn space-y-0"> <div className="animate-fadeIn space-y-0">
<h2 className="text-lg font-bold leading-tight dark:text-white"> <h2 className="text-lg font-bold leading-tight dark:text-white">
Virtual Media Source Virtual Media Source
</h2> </h2>