mirror of
https://github.com/FranP-code/Reflecto.git
synced 2025-10-13 00:43:31 +00:00
chore: replace gradient icon with SVG icon in home component
This commit is contained in:
@@ -319,10 +319,6 @@ function HomeComponent() {
|
|||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
<div className="mt-8 flex items-center gap-3 text-muted-foreground text-xs">
|
<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" />
|
<img src="/icon.svg" alt="Icon" />
|
||||||
|
|
||||||
<span>Private by default • Powered by lightweight AI</span>
|
<span>Private by default • Powered by lightweight AI</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user