You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/SupportUsButton.tsx
+18-11Lines changed: 18 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ function getButtonClasses(buttonVariant: ButtonVariant): string {
49
49
}
50
50
51
51
// Main component function that renders the support us button, taking in various props for customization and rendering different sections such as hero, organization information, sponsors, and call-to-action based on the provided data and selected theme and button variant
52
-
functionsupportUsButton({
52
+
functionSupportUsButton({
53
53
Theme ="AOSSIE",
54
54
pattern ="AOSSIE",
55
55
hero ={
@@ -73,7 +73,7 @@ function supportUsButton({
73
73
return(
74
74
// Container for the support us button, with dynamic classes based on the selected theme and custom class names
0 commit comments