optimise brave image resources to reduce file overhead

This commit is contained in:
Seth Burkart
2024-06-08 22:17:51 +10:00
parent 594ab9bc1d
commit 45a514dd32
3 changed files with 1 additions and 1 deletions
@@ -148,7 +148,7 @@ function BackgroundSelector({ isEditMode, disableTheme }: BackgroundSelectorProp
<div className="p-4 mb-4 text-red-600 bg-red-100 rounded-md dark:text-red-300 dark:bg-red-500 dark:bg-opacity-20">
<h2 className="mb-2 text-lg font-bold">File Storage Blocked</h2>
<p>Brave browser is blocking access to IndexedDB. Please disable the "Cross-site cookies blocked" setting in the Shields panel. (or you can just disable brave shields for SEQTA)</p>
<img src="https://raw.githubusercontent.com/BetterSEQTA/BetterSEQTA-Plus/main/src/resources/brave.png" alt="Brave browser logo" className="w-1/2 mt-4" />
<img src="https://raw.githubusercontent.com/BetterSEQTA/BetterSEQTA-Plus/main/src/resources/brave.jpg" alt="Brave browser logo" className="w-1/2 mt-4" />
</div>
)}