mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox
This commit is contained in:
@ -15,10 +15,10 @@ const SectionHeader = ({
|
||||
}: SectionHeaderProps) => {
|
||||
return (
|
||||
<header className={className}>
|
||||
<h2 className="title-xl-semi-bold text-text-primary">
|
||||
<h2 className="text-text-primary title-xl-semi-bold">
|
||||
{title}
|
||||
</h2>
|
||||
<p className="system-xs-regular mt-0.5 text-text-tertiary">
|
||||
<p className="mt-0.5 text-text-tertiary system-xs-regular">
|
||||
{description}
|
||||
</p>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user