feat: discord button
This commit is contained in:
parent
9f7d64d578
commit
bbb3c835e5
3 changed files with 7 additions and 2 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
BIN
electron/servers/nextjs/public/discord.png
Normal file
BIN
electron/servers/nextjs/public/discord.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
Loading…
Add table
Reference in a new issue