diff --git a/src/components/RequestModal/CollectionRequestModal.tsx b/src/components/RequestModal/CollectionRequestModal.tsx
index 0af8f7ca..33829cdc 100644
--- a/src/components/RequestModal/CollectionRequestModal.tsx
+++ b/src/components/RequestModal/CollectionRequestModal.tsx
@@ -340,13 +340,13 @@ const CollectionRequestModal = ({
className={`${
isAllParts() ? 'bg-indigo-500' : 'bg-gray-800'
} absolute mx-auto h-4 w-9 rounded-full transition-colors duration-200 ease-in-out`}
- >
+ />
+ />
|
@@ -423,7 +423,7 @@ const CollectionRequestModal = ({
? 'bg-indigo-500'
: 'bg-gray-700'
} absolute mx-auto h-4 w-9 rounded-full transition-colors duration-200 ease-in-out`}
- >
+ />
+ />
|
+ />
+ />
|
@@ -649,7 +649,7 @@ const TvRequestModal = ({
? 'bg-indigo-500'
: 'bg-gray-700'
} absolute mx-auto h-4 w-9 rounded-full transition-colors duration-200 ease-in-out`}
- >
+ />
+ />
|
diff --git a/src/components/Settings/SettingsJobsCache/index.tsx b/src/components/Settings/SettingsJobsCache/index.tsx
index 2688a959..977fdade 100644
--- a/src/components/Settings/SettingsJobsCache/index.tsx
+++ b/src/components/Settings/SettingsJobsCache/index.tsx
@@ -495,7 +495,7 @@ const SettingsJobs = () => {
{intl.formatMessage(messages.jobname)}
{intl.formatMessage(messages.jobtype)}
{intl.formatMessage(messages.nextexecution)}
-
+
@@ -578,7 +578,7 @@ const SettingsJobs = () => {
{intl.formatMessage(messages.cachekeys)}
{intl.formatMessage(messages.cacheksize)}
{intl.formatMessage(messages.cachevsize)}
-
+
@@ -639,7 +639,7 @@ const SettingsJobs = () => {
{intl.formatMessage(messages.dnscacheage)}
-
+
diff --git a/src/components/Settings/SettingsLogs/index.tsx b/src/components/Settings/SettingsLogs/index.tsx
index dbda869b..a1033e39 100644
--- a/src/components/Settings/SettingsLogs/index.tsx
+++ b/src/components/Settings/SettingsLogs/index.tsx
@@ -314,7 +314,7 @@ const SettingsLogs = () => {
{intl.formatMessage(messages.level)}
{intl.formatMessage(messages.label)}
{intl.formatMessage(messages.message)}
-
+
diff --git a/src/components/UserList/JellyfinImportModal.tsx b/src/components/UserList/JellyfinImportModal.tsx
index 738d17e5..1b2b87e0 100644
--- a/src/components/UserList/JellyfinImportModal.tsx
+++ b/src/components/UserList/JellyfinImportModal.tsx
@@ -186,13 +186,13 @@ const JellyfinImportModal: React.FC = ({
className={`${
isAllUsers() ? 'bg-indigo-500' : 'bg-gray-800'
} absolute mx-auto h-4 w-9 rounded-full transition-colors duration-200 ease-in-out`}
- >
+ />
+ />
|
@@ -230,7 +230,7 @@ const JellyfinImportModal: React.FC = ({
? 'bg-indigo-500'
: 'bg-gray-800'
} absolute mx-auto h-4 w-9 rounded-full transition-colors duration-200 ease-in-out`}
- >
+ />
= ({
? 'translate-x-5'
: 'translate-x-0'
} absolute left-0 inline-block h-5 w-5 transform rounded-full border border-gray-200 bg-white shadow transition-transform duration-200 ease-in-out group-focus:border-blue-300 group-focus:ring`}
- >
+ />
| |
diff --git a/src/components/UserList/PlexImportModal.tsx b/src/components/UserList/PlexImportModal.tsx
index fcf5441b..933caf29 100644
--- a/src/components/UserList/PlexImportModal.tsx
+++ b/src/components/UserList/PlexImportModal.tsx
@@ -152,13 +152,13 @@ const PlexImportModal = ({ onCancel, onComplete }: PlexImportProps) => {
className={`${
isAllUsers() ? 'bg-indigo-500' : 'bg-gray-800'
} absolute mx-auto h-4 w-9 rounded-full transition-colors duration-200 ease-in-out`}
- >
+ />
+ />
|
@@ -189,7 +189,7 @@ const PlexImportModal = ({ onCancel, onComplete }: PlexImportProps) => {
? 'bg-indigo-500'
: 'bg-gray-800'
} absolute mx-auto h-4 w-9 rounded-full transition-colors duration-200 ease-in-out`}
- >
+ />
{
? 'translate-x-5'
: 'translate-x-0'
} absolute left-0 inline-block h-5 w-5 rounded-full border border-gray-200 bg-white shadow transition-transform duration-200 ease-in-out group-focus:border-blue-300 group-focus:ring`}
- >
+ />
|
diff --git a/src/components/UserProfile/ProfileHeader/index.tsx b/src/components/UserProfile/ProfileHeader/index.tsx
index faebc0ad..9ec1fdf7 100644
--- a/src/components/UserProfile/ProfileHeader/index.tsx
+++ b/src/components/UserProfile/ProfileHeader/index.tsx
@@ -53,7 +53,7 @@ const ProfileHeader = ({ user, isSettingsPage }: ProfileHeaderProps) => {
+ />
diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx
index 9fe3661e..78641050 100644
--- a/src/pages/_app.tsx
+++ b/src/pages/_app.tsx
@@ -206,7 +206,7 @@ const CoreApp: Omit = ({
+ />
|