Skip to content

Commit 784be22

Browse files
author
Better-PaaS Auto-Update
committed
feat: deploy page github icon color adjusted
1 parent 65141ff commit 784be22

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/app/deploy/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -752,8 +752,8 @@ export default function DeployPage() {
752752
size="sm"
753753
className="gap-2"
754754
>
755-
<GithubLight className="h-4 w-4 dark:hidden" />
756-
<GithubDark className="hidden h-4 w-4 dark:block" />
755+
<GithubLight className="hidden h-4 w-4 dark:block" />
756+
<GithubDark className="h-4 w-4 dark:hidden" />
757757
Connect GitHub
758758
</Button>
759759
<button

0 commit comments

Comments
 (0)