Skip to content

Commit

Permalink
missed
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelUnkey committed Jan 9, 2025
1 parent 3e5ecad commit 242bbd5
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@ export const Keys: React.FC<Props> = async ({ keyAuthId, apiId }) => {
<div className="flex flex-col gap-8 mb-20 ">
{keys.length === 0 ? (
<Empty>
<Empty.Icon>
<Scan />
</Empty.Icon>
<Empty.Icon />
<Empty.Title>No keys found</Empty.Title>
<Empty.Description>Create your first key</Empty.Description>
<Empty.Actions>
Expand Down

0 comments on commit 242bbd5

Please sign in to comment.