diff --git a/public/imdb.svg b/public/imdb.svg
new file mode 100644
index 0000000..b2a908b
--- /dev/null
+++ b/public/imdb.svg
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/public/trakt.png b/public/trakt.png
deleted file mode 100644
index 934ea94..0000000
Binary files a/public/trakt.png and /dev/null differ
diff --git a/public/trakt.svg b/public/trakt.svg
new file mode 100644
index 0000000..576f774
--- /dev/null
+++ b/public/trakt.svg
@@ -0,0 +1,18 @@
+
diff --git a/src/components/settings/AccountSection.tsx b/src/components/settings/AccountSection.tsx
index d3de401..b27b329 100644
--- a/src/components/settings/AccountSection.tsx
+++ b/src/components/settings/AccountSection.tsx
@@ -262,7 +262,7 @@ export function AccountSection({
{/* Trakt */}
{!traktConnected && (
}
+ icon={}
title="Trakt.tv"
value={traktBusy ? t('trakt.device.waiting') : t('auto.connect_trakt_tv_account')}
onClick={() => void handleTraktConnect()}
@@ -277,7 +277,7 @@ export function AccountSection({
{traktConnected && (
}
+ icon={}
title="Trakt.tv"
value={traktBusy ? t('trakt.device.syncing') : t('trakt.device.connected')}
valueColor="#54D17A"
@@ -286,7 +286,7 @@ export function AccountSection({
/>
{traktPopoverOpen && (