Skip to content

Commit 191e673

Browse files
committed
Issue #60: Fix block BG color
1 parent cc67a6a commit 191e673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/blockopensource/github-orgs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const githubOrganizations: Brand[] = [
55
name: "Block",
66
href: "https://github.com/block",
77
iconName: "block-open-source/block",
8-
bgHoverClass: "bg-square",
8+
bgHoverClass: "bg-block",
99
foregroundHoverClass: "text-white",
1010
},
1111
{

0 commit comments

Comments
 (0)