Skip to content

Commit

Permalink
update ?ref= to be ?utm_source=
Browse files Browse the repository at this point in the history
  • Loading branch information
steve8708 committed May 23, 2022
1 parent 0217582 commit db81565
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chrome-extension/src/popup/Popup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export default class Popup extends React.Component<AppProps, AppState> {
by{" "}
<a
style={{ color: theme.colors.primary }}
href="https://www.builder.io?ref=figma-chrome-extension"
href="https://www.builder.io?utm_source=figma-chrome-extension"
target="_blank"
>
Builder.io
Expand Down
2 changes: 1 addition & 1 deletion plugin/ui.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1510,7 +1510,7 @@ class App extends SafeComponent {
<FormattedMessage id="made2" defaultMessage=" by " />
<a
style={{ color: themeVars.colors.primary }}
href="https://www.builder.io?ref=figma"
href="https://www.builder.io?utm_source=figma"
target="_blank"
>
Builder.io
Expand Down

0 comments on commit db81565

Please sign in to comment.