Skip to content

Commit

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

0 comments on commit 526ad5a

Please sign in to comment.