diff --git a/src/features/quote/options/Custom.jsx b/src/features/quote/options/Custom.jsx
index 12a86fbc..7f1f897e 100644
--- a/src/features/quote/options/Custom.jsx
+++ b/src/features/quote/options/Custom.jsx
@@ -3,7 +3,7 @@ import { useState } from 'react';
import { MdCancel, MdAdd, MdOutlineFormatQuote } from 'react-icons/md';
import TextareaAutosize from '@mui/material/TextareaAutosize';
-import { Row, Content, Action } from 'components/Layout/Settings';
+import { Row, Content, Action, PreferencesWrapper } from 'components/Layout/Settings';
import { Button } from 'components/Elements';
function CustomSettings() {
@@ -42,21 +42,22 @@ function CustomSettings() {
return (
<>
-
-
-
-
-
-
+
+
+
+
{customQuote.length !== 0 ? (
{customQuote.map((_url, index) => (
diff --git a/src/features/quote/options/QuoteOptions.jsx b/src/features/quote/options/QuoteOptions.jsx
index 1787ff44..19500df3 100644
--- a/src/features/quote/options/QuoteOptions.jsx
+++ b/src/features/quote/options/QuoteOptions.jsx
@@ -15,6 +15,7 @@ import {
import { Checkbox, Dropdown } from 'components/Form/Settings';
import { useTab } from 'components/Elements/MainModal/backend/TabContext';
+import { Hero, Preview, Controls } from 'components/Layout/Settings/Hero';
import CustomSettings from './Custom';
@@ -107,7 +108,7 @@ const QuoteOptions = () => {
return (
<>
- {subSection === 'source' ? (
+ {/* {subSection === 'source' ? (
{
zoomSetting="zoomQuote"
visibilityToggle={true}
/>
+ )} */}
+ {subSection === '' && (
+
+
+
)}
{subSection === 'source' && (
-
-
-
-
-
-
+
+
+
+
+
+
+
+
)}
{subSection !== 'source' && (
diff --git a/src/features/stats/options/StatsOptions.jsx b/src/features/stats/options/StatsOptions.jsx
index 663c1b2f..a3a56f1e 100644
--- a/src/features/stats/options/StatsOptions.jsx
+++ b/src/features/stats/options/StatsOptions.jsx
@@ -6,7 +6,7 @@ import { toast } from 'react-toastify';
import Modal from 'react-modal';
import { Button } from 'components/Elements';
-import { Header, CustomActions } from 'components/Layout/Settings';
+import { Header, CustomActions, PreferencesWrapper } from 'components/Layout/Settings';
import { ClearModal } from './ClearModal';
import { saveFile } from 'utils/saveFile';
@@ -169,19 +169,21 @@ const Stats = () => {
})}
{variables.getMessage(`${STATS_SECTION}.locked`)}
-
- {achievements.map((achievement, index) => {
- if (!achievement.achieved) {
- return (
-
- );
- }
- })}
-
+
+
+ {achievements.map((achievement, index) => {
+ if (!achievement.achieved) {
+ return (
+
+ );
+ }
+ })}
+
+