Replace Discord icon in Join Discord button

cgen-29b4d62aed9d43fbbe0097393882b1eb
This commit is contained in:
Builder.io 2025-08-05 23:30:37 +00:00
parent 266306afda
commit fa9b53633d

View file

@ -158,7 +158,7 @@ export default function Community() {
<div className="flex flex-col sm:flex-row justify-center gap-4">
<Button asChild size="lg" className="bg-gradient-to-r from-aethex-500 to-neon-blue hover:from-aethex-600 hover:to-neon-blue/90 glow-blue hover-lift">
<Link to="/discord" className="flex items-center space-x-2">
<Discord className="h-5 w-5" />
<MessageSquare className="h-5 w-5" />
<span>Join Discord</span>
<ArrowRight className="h-5 w-5" />
</Link>