@@ -12,59 +12,63 @@ export const githubOrganizations: Brand[] = [
1212 name : "Square" ,
1313 href : "https://github.com/square" ,
1414 iconName : "block-open-source/square" ,
15- bgHoverClass : "bg-square " ,
15+ bgHoverClass : "bg-block " ,
1616 foregroundHoverClass : "text-white" ,
1717 } ,
1818 {
1919 name : "Square Developers" ,
2020 href : "https://github.com/Square-Developers" ,
2121 iconName : "block-open-source/square" ,
22- bgHoverClass : "bg-square " ,
22+ bgHoverClass : "bg-block " ,
2323 foregroundHoverClass : "text-white" ,
2424 } ,
2525 {
2626 name : "Cash App" ,
2727 href : "https://github.com/cashapp" ,
2828 iconName : "block-open-source/cashapp" ,
29- bgHoverClass : "bg-cashapp " ,
29+ bgHoverClass : "bg-block " ,
3030 foregroundHoverClass : "text-white" ,
3131 } ,
3232 {
3333 name : "Weebly" ,
3434 href : "https://github.com/weebly" ,
3535 iconName : "block-open-source/weebly" ,
36- bgHoverClass : "bg-weebly " ,
36+ bgHoverClass : "bg-block " ,
3737 foregroundHoverClass : "text-white" ,
3838 } ,
3939 {
4040 name : "Afterpay" ,
4141 href : "https://github.com/afterpay" ,
4242 iconName : "block-open-source/afterpay" ,
43- bgHoverClass : "bg-afterpay" ,
43+ bgHoverClass : "bg-block" ,
44+ foregroundHoverClass : "text-white" ,
4445 } ,
4546 {
4647 name : "TIDAL" ,
4748 href : "https://github.com/tidal-music" ,
4849 iconName : "block-open-source/tidal" ,
49- bgHoverClass : "bg-tidal" ,
50+ bgHoverClass : "bg-block" ,
51+ foregroundHoverClass : "text-white" ,
5052 } ,
5153 {
5254 name : "Proto" ,
5355 href : "https://github.com/proto-at-block" ,
5456 iconName : "block-open-source/proto" ,
55- bgHoverClass : "bg-proto" ,
57+ bgHoverClass : "bg-block" ,
58+ foregroundHoverClass : "text-white" ,
5659 } ,
5760 {
5861 name : "c equals" ,
5962 href : "https://github.com/cequals" ,
6063 iconName : "block-open-source/c-equals" ,
61- bgHoverClass : "bg-proto" ,
64+ bgHoverClass : "bg-block" ,
65+ foregroundHoverClass : "text-white" ,
6266 } ,
6367 {
6468 name : "Spiral" ,
6569 href : "https://spiral.xyz/" ,
6670 iconName : "block-open-source/spiral" ,
67- bgHoverClass : "bg-spiral " ,
71+ bgHoverClass : "bg-block " ,
6872 foregroundHoverClass : "text-white" ,
6973 } ,
7074] ;
0 commit comments