Skip to content

Commit

Permalink
form
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx committed Nov 5, 2024
1 parent 7421328 commit fdf9601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/src/components/admin/CardSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
)}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fdf9601

Please sign in to comment.