fix: fix icon classes for consistency and clarity #release:major

- Replace specific file type icons that are non existent with generic 'file-code' icon.

- We now Include the electron builds with each release only
This commit is contained in:
KevIsDev
2025-05-12 00:02:28 +01:00
parent b089a4b7f1
commit 870828d551
3 changed files with 64 additions and 23 deletions

View File

@@ -514,7 +514,7 @@ export function DataTab() {
<CardHeader>
<div className="flex items-center mb-2">
<motion.div className="text-accent-500 mr-2" whileHover={{ scale: 1.1 }} whileTap={{ scale: 0.9 }}>
<div className="i-ph-filter-duotone w-5 h-5" />
<div className="i-ph-download-simple w-5 h-5" />
</motion.div>
<CardTitle className="text-lg group-hover:text-bolt-elements-item-contentAccent transition-colors">
Export Selected Settings
@@ -592,7 +592,7 @@ export function DataTab() {
whileHover={{ scale: 1.1 }}
whileTap={{ scale: 0.9 }}
>
<div className="i-ph-arrow-counter-clockwise-duotone w-5 h-5" />
<div className="i-ph-arrow-counter-clockwise w-5 h-5" />
</motion.div>
<CardTitle className="text-lg group-hover:text-bolt-elements-item-contentAccent transition-colors">
Reset All Settings