mirror of https://github.com/jetkvm/kvm.git
fix css class names
This commit is contained in:
parent
eb6ebcf4ba
commit
c8ebee9965
|
@ -52,7 +52,7 @@ export default function KvmCard({
|
|||
return (
|
||||
<Card>
|
||||
<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="text-lg font-bold leading-none text-black dark:text-white">
|
||||
{title}
|
||||
|
|
|
@ -283,7 +283,7 @@ function ModeSelectionView({
|
|||
|
||||
return (
|
||||
<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">
|
||||
Virtual Media Source
|
||||
</h2>
|
||||
|
|
Loading…
Reference in New Issue