chore: replace gradient icon with SVG icon in home component

This commit is contained in:
2025-09-10 20:52:25 -03:00
parent eb5ab30642
commit 8f2a42003e

View File

@@ -319,10 +319,6 @@ function HomeComponent() {
</Button>
</div>
<div className="mt-8 flex items-center gap-3 text-muted-foreground text-xs">
<span
aria-hidden
className="inline-block h-5 w-5 rounded-sm bg-gradient-to-br from-purple-500 to-fuchsia-500"
/>
<img src="/icon.svg" alt="Icon" />
<span>Private by default Powered by lightweight AI</span>