diff --git a/components/Data.tsx b/components/Data.tsx index a8b8e45..f2e6565 100644 --- a/components/Data.tsx +++ b/components/Data.tsx @@ -1149,7 +1149,7 @@ export default function Data(props: any): JSX.Element {
Emojis -
{" "} +
{data?.dataFile ? "Their" : "Your "} {emojiType === "topEmojis" @@ -1826,7 +1826,7 @@ export default function Data(props: any): JSX.Element { : null}{" "} Emojis
- {" "} + {!emojiType ? ( No Emojis Found or {data?.dataFile ? "they " : "you "}disabled @@ -2388,10 +2388,10 @@ export default function Data(props: any): JSX.Element { )} - {" "} +

- {data?.dataFile ? "Their" : "Your"} Connections{" "} + {data?.dataFile ? "Their" : "Your"} Connections @@ -2721,12 +2721,11 @@ export default function Data(props: any): JSX.Element { })}

- {" "} +
-
- {" "} +
{" "} +

{data?.dataFile ? "Their" : "Your"}
Discord
Bots - {" "} + {data?.dataFile ? "Their" : "Your"} Discord Bots @@ -8938,7 +8937,7 @@ export default function Data(props: any): JSX.Element { ); }) : ""} -
{" "} +
{!data?.bots ? (
No Bots were found or this option is was disabled by{" "} @@ -9003,7 +9002,7 @@ export default function Data(props: any): JSX.Element { ) : ( "$" )} -

{" "} +

on Discord
@@ -9061,7 +9060,7 @@ export default function Data(props: any): JSX.Element {

- Gifted Nitro{" "} + {data?.dataFile ? "Their" : "Your"} Gifted Nitro{" "} @@ -9152,7 +9151,7 @@ export default function Data(props: any): JSX.Element { width="24" > - {" "} + Some Analytics may be inacurrate @@ -9169,19 +9168,23 @@ export default function Data(props: any): JSX.Element { - {" "} -

- Note: you can view more statistics.{" "} - - Learn More - - . -

+ + {data?.fakeInfo || data?.dataFile ? ( + "" + ) : ( +

+ Note: you can view more statistics. + + Learn More + + . +

+ )}
{data?.statistics ? Object.keys(data?.statistics)?.map((t: any, i: number) => {