mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-16 22:15:58 +08:00
Fix: correct links in app list (#248)
This commit is contained in:
parent
bb7f454ecd
commit
f42ef494f8
@ -21,8 +21,8 @@ const AppList = async () => {
|
|||||||
{/* </a> */}
|
{/* </a> */}
|
||||||
{/* </p> */}
|
{/* </p> */}
|
||||||
<div className='flex items-center gap-2 mt-3'>
|
<div className='flex items-center gap-2 mt-3'>
|
||||||
<a className={style.socialMediaLink} target='_blank' href='https://github.com/langgenius'><span className={classNames(style.socialMediaIcon, style.githubIcon)} /></a>
|
<a className={style.socialMediaLink} target='_blank' href='https://github.com/langgenius/dify'><span className={classNames(style.socialMediaIcon, style.githubIcon)} /></a>
|
||||||
<a className={style.socialMediaLink} target='_blank' href='https://discord.gg/AhzKf7dNgk'><span className={classNames(style.socialMediaIcon, style.discordIcon)} /></a>
|
<a className={style.socialMediaLink} target='_blank' href='https://discord.gg/FngNHpbcY7'><span className={classNames(style.socialMediaIcon, style.discordIcon)} /></a>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</div >
|
</div >
|
||||||
|
Loading…
x
Reference in New Issue
Block a user