Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dify
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai-tech
dify
Commits
f42ef494
Unverified
Commit
f42ef494
authored
May 30, 2023
by
KVOJJJin
Committed by
GitHub
May 30, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: correct links in app list (#248)
parent
bb7f454e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
page.tsx
web/app/(commonLayout)/apps/page.tsx
+8
-8
No files found.
web/app/(commonLayout)/apps/page.tsx
View file @
f42ef494
...
@@ -14,15 +14,15 @@ const AppList = async () => {
...
@@ -14,15 +14,15 @@ const AppList = async () => {
<
footer
className=
'px-12 py-6 grow-0 shrink-0'
>
<
footer
className=
'px-12 py-6 grow-0 shrink-0'
>
<
h3
className=
'text-xl font-semibold leading-tight text-gradient'
>
{
t
(
'join'
)
}
</
h3
>
<
h3
className=
'text-xl font-semibold leading-tight text-gradient'
>
{
t
(
'join'
)
}
</
h3
>
<
p
className=
'mt-1 text-sm font-normal leading-tight text-gray-700'
>
{
t
(
'communityIntro'
)
}
</
p
>
<
p
className=
'mt-1 text-sm font-normal leading-tight text-gray-700'
>
{
t
(
'communityIntro'
)
}
</
p
>
{
/*
<p className='mt-3 text-sm'>
*/
}
{
/*
<p className='mt-3 text-sm'>
*/
}
{
/* <a className='inline-flex items-center gap-1 link' target='_blank' href={`https://docs.dify.ai${locale === 'en' ? '' : '/v/zh-hans'}/community/product-roadmap`}>*/
}
{
/* <a className='inline-flex items-center gap-1 link' target='_blank' href={`https://docs.dify.ai${locale === 'en' ? '' : '/v/zh-hans'}/community/product-roadmap`}>
*/
}
{
/* {t('roadmap')}*/
}
{
/* {t('roadmap')}
*/
}
{
/* <span className={style.linkIcon} />*/
}
{
/* <span className={style.linkIcon} />
*/
}
{
/* </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
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment