style: gguf model ux
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import React from 'react';
|
||||
import '../style/title-wrapper.less';
|
||||
|
||||
const TitleWrapper: React.FC<any> = ({ children }) => {
|
||||
const TitleWrapper: React.FC<any> = ({ children, style }) => {
|
||||
return (
|
||||
<h3 className="h3" style={{ height: 50 }}>
|
||||
<h3 className="h3" style={{ height: 50, ...style }}>
|
||||
{children}
|
||||
</h3>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user