Q-Tube
+ Q-Share
diff --git a/public/favicon.ico b/public/favicon.ico
index 3b5444c..86847ec 100644
Binary files a/public/favicon.ico and b/public/favicon.ico differ
diff --git a/src/components/common/ConsentModal.tsx b/src/components/common/ConsentModal.tsx
index edb58ac..fb2f534 100644
--- a/src/components/common/ConsentModal.tsx
+++ b/src/components/common/ConsentModal.tsx
@@ -8,7 +8,7 @@ import DialogTitle from "@mui/material/DialogTitle";
import localForage from "localforage";
import { useTheme } from "@mui/material";
const generalLocal = localForage.createInstance({
- name: "q-tube-general",
+ name: "q-share-general",
});
export default function ConsentModal() {
@@ -44,7 +44,7 @@ export default function ConsentModal() {
Welcome
- Q-Tube is currently in its first version and as such there could be
+ Q-Share is currently in its first version and as such there could be
some bugs. The Qortal community, along with its development team and
the creators of this application, cannot be held accountable for any
content published or displayed. Also, they are not responsible for
diff --git a/src/constants/index.ts b/src/constants/index.ts
index 8388966..a9d4dd6 100644
--- a/src/constants/index.ts
+++ b/src/constants/index.ts
@@ -3,7 +3,7 @@ import gamingIcon from '../assets/icons/gaming.webp'
import mediaIcon from '../assets/icons/media.webp'
-const useTestIdentifiers = true;
+const useTestIdentifiers = false;
export const QTUBE_VIDEO_BASE = useTestIdentifiers
? "MYTEST_share_vid_"
diff --git a/src/pages/Home/VideoList.tsx b/src/pages/Home/VideoList.tsx
index 0884ca0..504321e 100644
--- a/src/pages/Home/VideoList.tsx
+++ b/src/pages/Home/VideoList.tsx
@@ -316,7 +316,7 @@ export const VideoList = ({ mode }: VideoListProps) => {
setSelectedSubCategoryVideos3(selectedOption || null);
};
const blockUserFunc = async (user: string) => {
- if (user === "Q-Tube") return;
+ if (user === "Q-Share") return;
try {
const response = await qortalRequest({