Skip to content

Instantly share code, notes, and snippets.

@Bogdan808
Created July 4, 2023 12:48
Show Gist options
  • Save Bogdan808/88dc45b84ce8eda65d85e7972f1fc906 to your computer and use it in GitHub Desktop.
Save Bogdan808/88dc45b84ce8eda65d85e7972f1fc906 to your computer and use it in GitHub Desktop.
import { getUrlWithSearchParams, membersLink, transformHelium10Domain } from "@helium10/re-core";
const helium = transformHelium10Domain(membersLink);
export const subscribeLink = getUrlWithSearchParams(`${helium}/subscribe`, {});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment