feat: discord button

This commit is contained in:
shiva raj badu 2026-04-13 19:33:23 +05:45
parent 9f7d64d578
commit bbb3c835e5
No known key found for this signature in database
3 changed files with 7 additions and 2 deletions

View file

@ -105,6 +105,11 @@ const DashboardSidebar = () => {
<div className=" pt-5 border-t border-[#E1E1E5] font-syne "
>
<div className="mb-4">
<Link href="https://discord.com/invite/9ZsKKxudNE" target="_blank" className="flex flex-col tex-center items-center gap-2 transition-colors"><img src="/discord.png" alt="Discord" className="w-5 h-5 rounded-full object-cover border border-[#EDEEEF]" /><span className="text-[11px] text-slate-800">Community</span></Link>
</div>
{BelongingNavItems.map(({ key, label: itemLabel, icon: Icon }) => {
const isActive = activeTab === key;
return (

View file

@ -521,7 +521,7 @@ const TextProvider = ({
<div className="bg-white flex justify-between items-center p-10 rounded-[12px]">
{/* <div className="bg-white flex justify-between items-center p-10 rounded-[12px]">
<div className=' max-w-[290px]'>
<h4 className="text-xl font-normal text-[#191919]">Advanced</h4>
@ -542,7 +542,7 @@ const TextProvider = ({
</div>
</div>
</div>
</div>
</div> */}
</div>
)
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB