Styling of home
This commit is contained in:
@@ -43,7 +43,7 @@ export const NodeOverview: FC<Props> = ({ node, className, ...props }) => {
|
||||
</div>
|
||||
) : null}
|
||||
<h4>
|
||||
<I18n id={'page.visualize.imports'} />
|
||||
<I18n id={'page.visualize.overview.imports'} />
|
||||
</h4>
|
||||
<div className={styles.small}>
|
||||
{node.inputs.map(input => (
|
||||
@@ -53,7 +53,7 @@ export const NodeOverview: FC<Props> = ({ node, className, ...props }) => {
|
||||
{node.outputs.length ? (
|
||||
<>
|
||||
<h4>
|
||||
<I18n id={'page.visualize.exports'} />
|
||||
<I18n id={'page.visualize.overview.exports'} />
|
||||
</h4>
|
||||
<div className={styles.small}>
|
||||
{node.outputs.map(input => (
|
||||
|
||||
Reference in New Issue
Block a user