Skip to content

Commit

Permalink
A4A: Include "source" parameter when redirecting to the agencies dash…
Browse files Browse the repository at this point in the history
…board (#36979)
  • Loading branch information
nateweller authored Apr 18, 2024
1 parent 7856b78 commit 7ebd573
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: added
Comment: Tiny change: added query string value to URL.


Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import styles from './styles.module.scss';
*/
function SiteConnectedContent() {
const navigateToDashboard = useCallback( () => {
window.location.href = 'https://agencies.automattic.com';
window.location.href = 'https://agencies.automattic.com?source=client-plugin';
}, [] );

return (
Expand Down

0 comments on commit 7ebd573

Please sign in to comment.