Skip to content

Commit

Permalink
Button Position Changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Roshansuthar1105 committed Oct 15, 2024
1 parent 4913147 commit 7eefaf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/app/(app)/settings/root-keys/new/client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ export const Client: React.FC<Props> = ({ apis }) => {
</Card>
</Collapsible>
))}
<Button
<Button className="sticky bottom-0"
onClick={() => {
key.mutate({
name: name && name.length > 0 ? name : undefined,
Expand Down

0 comments on commit 7eefaf7

Please sign in to comment.