mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
Optima Page heading: made tagline optional
This commit is contained in:
@@ -5,7 +5,7 @@ import { Box, ListDivider, Typography } from '@mui/joy';
|
||||
|
||||
export function OptimaAppPageHeading(props: {
|
||||
title: React.ReactNode;
|
||||
tagline: React.ReactNode;
|
||||
tagline?: React.ReactNode;
|
||||
accentedTagline?: boolean;
|
||||
startDecorator?: React.ReactNode;
|
||||
noDivider?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user