Skip to content

Commit c27e875

Browse files
authored
Merge pull request #147 from ncdai/feature/openpanel
fix: update OpenPanel URL with tracking parameters for sponsorship
2 parents 9e7c800 + e6aa035 commit c27e875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/data/sponsors.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export const ORGANIZATIONAL_SPONSORS: OrganizationalSponsor[] = [
129129
},
130130
{
131131
name: "OpenPanel",
132-
url: "https://openpanel.dev",
132+
url: "https://openpanel.dev?utm_source=react-wheel-picker&utm_medium=sponsor&utm_campaign=website",
133133
logo: function (props: React.ComponentProps<"svg">) {
134134
return (
135135
<svg fill="currentColor" viewBox="0 0 320 96" {...props}>

0 commit comments

Comments
 (0)