Skip to content

Commit

Permalink
Some designing issues on form
Browse files Browse the repository at this point in the history
  • Loading branch information
surajpathakcs committed Dec 20, 2024
1 parent 3268429 commit 447843a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/controlModals/decrypt-old-site.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export function DecryptSite({ params, encryptedData }: DecryptProps) {
<p className="text-red-500 text-sm">{error}</p>
)}
</div>
<CardFooter className="flex gap-2 mt-4">
<CardFooter className="flex mt-4 gap-2">
<Button type="submit" >Decrypt</Button>
<Link href="/">
<Button type="button" variant="outline">Cancel</Button>
Expand Down

0 comments on commit 447843a

Please sign in to comment.