style(home): update Zulip and Wiki card icons to fit their concepts
This commit is contained in:
@@ -9,8 +9,8 @@ import { type User } from '@supabase/supabase-js'
|
||||
import {
|
||||
ArrowRight,
|
||||
CheckCircle2,
|
||||
ShoppingCart,
|
||||
Utensils,
|
||||
MessageSquare,
|
||||
BookOpen,
|
||||
Layers,
|
||||
LifeBuoy,
|
||||
Users,
|
||||
@@ -244,7 +244,7 @@ export function HomeClient({ initialUser }: HomeClientProps) {
|
||||
<div className="absolute top-0 left-0 w-full h-[2px] bg-gradient-to-r from-transparent via-blue-500 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-500" />
|
||||
<div className="space-y-4 relative">
|
||||
<div className="inline-flex p-3 bg-blue-500/10 rounded-xl text-blue-400 group-hover:bg-blue-500/20 group-hover:scale-110 transition-all duration-300">
|
||||
<ShoppingCart className="h-6 w-6" />
|
||||
<MessageSquare className="h-6 w-6" />
|
||||
</div>
|
||||
<h3 className="text-xl font-bold text-slate-200 group-hover:text-white transition-colors">Zulip</h3>
|
||||
<p className="text-slate-400 text-sm leading-relaxed">
|
||||
@@ -262,7 +262,7 @@ export function HomeClient({ initialUser }: HomeClientProps) {
|
||||
<div className="absolute top-0 left-0 w-full h-[2px] bg-gradient-to-r from-transparent via-indigo-500 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-500" />
|
||||
<div className="space-y-4 relative">
|
||||
<div className="inline-flex p-3 bg-indigo-500/10 rounded-xl text-indigo-400 group-hover:bg-indigo-500/20 group-hover:scale-110 transition-all duration-300">
|
||||
<Utensils className="h-6 w-6" />
|
||||
<BookOpen className="h-6 w-6" />
|
||||
</div>
|
||||
<h3 className="text-xl font-bold text-slate-200 group-hover:text-white transition-colors">Wiki</h3>
|
||||
<p className="text-slate-400 text-sm leading-relaxed">
|
||||
|
||||
Reference in New Issue
Block a user