This commit is contained in:
pablodanswer
2024-11-05 08:32:47 -08:00
parent 2cb33b1fb4
commit ddae2346ec
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ export default function CardSection({
return (
<div
className={cn(
"p-6 shadow-sm rounded-lg bg-white border border-border-strong/80",
"p-6 shadow-sm rounded-lg bg-white border border-border-strong/80",
className
)}
>

View File

@@ -188,7 +188,7 @@ export default function CreateCredential({
onSubmit={() => {}} // This will be overridden by our custom submit handlers
>
{(formikProps) => (
<Form>
<Form className="w-full flex items-stretch">
{!hideSource && (
<p className="text-sm">
Check our