Skip to content

Commit

Permalink
Refactor GitHubTokenDialog for clarity and maintainability, no functi…
Browse files Browse the repository at this point in the history
…onality change.
  • Loading branch information
AtlantisPleb committed Oct 24, 2024
1 parent 8e88b4e commit 5c4e686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/GitHubTokenDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ export const GitHubTokenDialog: React.FC = () => {
<Dialog>
<DialogTrigger asChild>
<Button variant="outline" size="icon" className="fixed bottom-4 left-20 z-50">
<Github className="h-4 w-4" />
<Github className="size-4" />
<span className="sr-only">Set GitHub Token</span>
</Button>
</DialogTrigger>
<DialogContent>
<DialogHeader>
<DialogTitle>Set GitHub Token</DialogTitle>
<DialogDescription>
If you have a GitHub account connected, we'll use your GitHub token from that. You can also manually specify one here.
If you have a GitHub account connected, we&apos;ll use your GitHub token from that. You can also manually specify one here.
</DialogDescription>
</DialogHeader>
<GitHubTokenInput />
Expand Down

0 comments on commit 5c4e686

Please sign in to comment.