mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
mrege
This commit is contained in:
@ -18,7 +18,8 @@ import AppIcon from '@/app/components/base/app-icon'
|
||||
import Divider from '@/app/components/base/divider'
|
||||
import CustomPopover from '@/app/components/base/popover'
|
||||
import TagSelector from '@/app/components/base/tag-management/selector'
|
||||
import Toast, { ToastContext } from '@/app/components/base/toast'
|
||||
import Toast from '@/app/components/base/toast'
|
||||
import { ToastContext } from '@/app/components/base/toast/context'
|
||||
import Tooltip from '@/app/components/base/tooltip'
|
||||
import {
|
||||
AlertDialog,
|
||||
|
||||
@ -24,7 +24,7 @@ const Empty = () => {
|
||||
<>
|
||||
<DefaultCards />
|
||||
<div className="pointer-events-none absolute inset-0 z-20 flex items-center justify-center bg-gradient-to-t from-background-body to-transparent">
|
||||
<span className="system-md-medium text-text-tertiary">
|
||||
<span className="text-text-tertiary system-md-medium">
|
||||
{t('newApp.noAppsFound', { ns: 'app' })}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -30,7 +30,7 @@ const Footer = () => {
|
||||
return (
|
||||
<footer className="relative shrink-0 grow-0 px-12 py-2">
|
||||
<h3 className="text-gradient text-xl font-semibold leading-tight">{t('join', { ns: 'app' })}</h3>
|
||||
<p className="system-sm-regular mt-1 text-text-tertiary">{t('communityIntro', { ns: 'app' })}</p>
|
||||
<p className="mt-1 text-text-tertiary system-sm-regular">{t('communityIntro', { ns: 'app' })}</p>
|
||||
<div className="mt-3 flex items-center gap-2">
|
||||
<CustomLink href="https://github.com/langgenius/dify">
|
||||
<RiGithubFill className="h-5 w-5 text-text-tertiary" />
|
||||
|
||||
Reference in New Issue
Block a user