dify
This commit is contained in:
13
dify/web/app/components/plugins/card/base/title.tsx
Normal file
13
dify/web/app/components/plugins/card/base/title.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
const Title = ({
|
||||
title,
|
||||
}: {
|
||||
title: string
|
||||
}) => {
|
||||
return (
|
||||
<div className='system-md-semibold truncate text-text-secondary'>
|
||||
{title}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Title
|
||||
Reference in New Issue
Block a user