- The stories in Dx are created by rows. Whenever you want to add
- chart or text, you need to use the Row frame element and Select a
- structure for the row.
+ The stories in Dataxplorer are created by rows. Whenever you want to
+ add chart or text, you need to use the Row frame element and Select
+ a structure for the row.
- The items displayed here are default assets from DX. Sign in to create,
- customize, and personalize your own assets to match your needs.
+ The items displayed here are default assets from Dataxplorer. Sign in to
+ create, customize, and personalize your own assets to match your needs.
Sign In to Our Free Plan {" "}
diff --git a/src/app/modules/home-module/components/nonAuthUserLibrary/signupDialog.tsx b/src/app/modules/home-module/components/nonAuthUserLibrary/signupDialog.tsx
index 4ed276fbf..4610c35c0 100644
--- a/src/app/modules/home-module/components/nonAuthUserLibrary/signupDialog.tsx
+++ b/src/app/modules/home-module/components/nonAuthUserLibrary/signupDialog.tsx
@@ -97,8 +97,9 @@ export default function SignupDialog(props: Props) {
Sign in to Create and Manage Assets
- To enable editing and creation, DX needs to link your account.
- Once signed up, you’ll find all your assets saved in your library.
+ To enable editing and creation, Dataxplorer needs to link your
+ account. Once signed up, you’ll find all your assets saved in your
+ library.
);
export default function PartnersModule() {
- useTitle("DX Dataxplorer - Partners");
+ useTitle("Dataxplorer - Partners");
const [displayTab, setDisplayTab] = React.useState(0);
const handleChange = (
diff --git a/src/app/modules/home-module/sub-modules/pricing/index.tsx b/src/app/modules/home-module/sub-modules/pricing/index.tsx
index eb46e875c..84bdff0f0 100644
--- a/src/app/modules/home-module/sub-modules/pricing/index.tsx
+++ b/src/app/modules/home-module/sub-modules/pricing/index.tsx
@@ -79,7 +79,7 @@ const PLANS = [
];
export default function PricingModule() {
- useTitle("DX Dataxplorer - Pricing");
+ useTitle("Dataxplorer - Pricing");
const { user, isAuthenticated } = useAuth0();
const isMobile = useMediaQuery("(max-width: 1030px)");
diff --git a/src/app/modules/home-module/sub-modules/why-dx/index.tsx b/src/app/modules/home-module/sub-modules/why-dx/index.tsx
index f6f3f082a..ed7d86481 100644
--- a/src/app/modules/home-module/sub-modules/why-dx/index.tsx
+++ b/src/app/modules/home-module/sub-modules/why-dx/index.tsx
@@ -12,7 +12,7 @@ import { useMediaQuery } from "usehooks-ts";
import Hero from "app/modules/home-module/components/hero";
export default function WhyDX() {
- useTitle("DX Dataxplorer - Why Dataxplorer?");
+ useTitle("Dataxplorer - Why Dataxplorer?");
const isTablet = useMediaQuery("(max-width: 1024px)");
const isMobile = useMediaQuery("(max-width: 641px)");
let Ellipses = EllipsesDesktop;
diff --git a/src/app/modules/onboarding-module/component/card/index.tsx b/src/app/modules/onboarding-module/component/card/index.tsx
index f1a28f474..fc6aeec77 100644
--- a/src/app/modules/onboarding-module/component/card/index.tsx
+++ b/src/app/modules/onboarding-module/component/card/index.tsx
@@ -104,7 +104,7 @@ export default function AuthCard(props: { isSignIn?: boolean }) {
font-family: "GothamNarrow-Book", "Helvetica Neue", sans-serif;
`}
>
- I agree with DX's{" "}
+ I agree with Dataxplorer's{" "}
- You will receive occasional emails from DX. You always have
- choice to unsubscribe within every email.
+ You will receive occasional emails from Dataxplorer. You always
+ have choice to unsubscribe within every email.
diff --git a/src/app/modules/story-module/views/create/index.tsx b/src/app/modules/story-module/views/create/index.tsx
index 921a8b2d1..dde9a55bd 100644
--- a/src/app/modules/story-module/views/create/index.tsx
+++ b/src/app/modules/story-module/views/create/index.tsx
@@ -19,7 +19,7 @@ import { useTitle } from "react-use";
import PlaceHolder from "app/modules/story-module/components/placeholder";
function StoryCreateView(props: Readonly) {
- useTitle("DX Dataxplorer - Create Story");
+ useTitle("Dataxplorer - Create Story");
const { ref, width } = useResizeObserver();
diff --git a/src/app/modules/story-module/views/edit/index.tsx b/src/app/modules/story-module/views/edit/index.tsx
index 8c4b3fa38..583a63970 100644
--- a/src/app/modules/story-module/views/edit/index.tsx
+++ b/src/app/modules/story-module/views/edit/index.tsx
@@ -37,7 +37,7 @@ import {
import PlaceHolder from "app/modules/story-module/components/placeholder";
function StoryEditView(props: Readonly) {
- useTitle("DX Dataxplorer - Edit Story");
+ useTitle("Dataxplorer - Edit Story");
const { page } = useParams<{ page: string }>();
const token = useStoreState((state) => state.AuthToken.value);
diff --git a/src/app/modules/story-module/views/initial/index.tsx b/src/app/modules/story-module/views/initial/index.tsx
index 972f9e408..d7650f05b 100644
--- a/src/app/modules/story-module/views/initial/index.tsx
+++ b/src/app/modules/story-module/views/initial/index.tsx
@@ -17,7 +17,7 @@ import Filter from "app/modules/home-module/components/Filter";
import { useMediaQuery } from "@material-ui/core";
function StoryInitialView(props: Readonly) {
- useTitle("DX Dataxplorer - New Story");
+ useTitle("Dataxplorer - New Story");
const history = useHistory();
const isMobile = useMediaQuery("(max-width: 599px)");
diff --git a/src/app/modules/story-module/views/preview/index.tsx b/src/app/modules/story-module/views/preview/index.tsx
index bbb674142..11b081790 100644
--- a/src/app/modules/story-module/views/preview/index.tsx
+++ b/src/app/modules/story-module/views/preview/index.tsx
@@ -31,7 +31,7 @@ export function StoryPreviewView(
>;
}>
) {
- useTitle(`DX DataXplorer - Story View`);
+ useTitle(`DataXplorer - Story View`);
const { page } = useParams<{ page: string }>();
diff --git a/src/app/modules/user-profile-module/index.tsx b/src/app/modules/user-profile-module/index.tsx
index 90331bdc7..b61065214 100644
--- a/src/app/modules/user-profile-module/index.tsx
+++ b/src/app/modules/user-profile-module/index.tsx
@@ -6,7 +6,7 @@ import { LogOutIcon, RightIcon } from "./component/icons";
import { useTitle } from "react-use";
export default function UserProfileModule() {
- useTitle("DX Dataxplorer - User Management");
+ useTitle("Dataxplorer - User Management");
const history = useHistory();
const { isAuthenticated, isLoading } = useAuth0();
diff --git a/src/app/modules/user-profile-module/sub-module/profile.tsx b/src/app/modules/user-profile-module/sub-module/profile.tsx
index 82af48529..b2a3934ba 100644
--- a/src/app/modules/user-profile-module/sub-module/profile.tsx
+++ b/src/app/modules/user-profile-module/sub-module/profile.tsx
@@ -23,7 +23,7 @@ interface State {
}
export default function Profile() {
- useTitle("DX Dataxplorer - User Profile");
+ useTitle("Dataxplorer - User Profile");
const { user, getAccessTokenSilently } = useAuth0();
const token = useStoreState((state) => state.AuthToken.value);