=== Description ===
During the hybrid/interim period when experiment owners can create/update experiments in both platforms (TKUI + GrowthBook UI), a link to the GrowthBook UI should be readily accessible from the landing/list view of TKUI
"{n} other experiments are running, configured in GB. Go there. [link]"
=== Technical Notes ===
Calculate N GrowthBook-originated experiments by number of rows in `experiments` table.
There is a consideration about stale data in our db if we filter (`status: running`) experiments. `isActive` in the `experiments` table will not be updated if `stopped` experiments just drop out of the GrowthBook API response.
staging: https://growthbook-next.wikimedia.org/experiments
production: https://growthbook.wikimedia.org/experiments
=== Acceptance Criteria ===
[] Copy and link are visible on homepage of TKUI
[] Links should go to respective environments - staging to GB staging, prod to GB prod