mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 09:25:56 +08:00
add marketplace card
This commit is contained in:
parent
05aec43ee3
commit
bbca708832
24
web/app/components/plugins/card.tsx
Normal file
24
web/app/components/plugins/card.tsx
Normal file
@ -0,0 +1,24 @@
|
||||
const Card = () => {
|
||||
return (
|
||||
<div className='border-[0.5px] border-components-panel-border bg-components-panel-on-panel-item-bg rounded-xl shadow-xs'>
|
||||
<div className='flex items-center p-4 py-2'>
|
||||
<div className='mr-3 w-10 h-10 rounded-[10px] border-[0.5px] border-components-panel-border-subtle bg-background-default-dodge'></div>
|
||||
<div>
|
||||
<div className='flex items-center mb-0.5 system-md-semibold text-text-secondary'>
|
||||
Notion Page Search
|
||||
</div>
|
||||
<div className='flex items-center system-xs-regular text-text-tertiary'>
|
||||
Notion
|
||||
<div className='mx-0.5 text-text-quaternary'>/</div>
|
||||
notion-page-search
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className='px-4 pt-1 pb-2 system-xs-regular text-text-tertiary'>
|
||||
Search Notion pages and open visited ones faster. No admin access required.
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Card
|
Loading…
x
Reference in New Issue
Block a user