Skip to content

Commit ec074f2

Browse files
committed
Change to show class name for Project
1 parent e1494b9 commit ec074f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reactComponents/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default function Header(props: HeaderProps) {
4343
<Antd.Typography
4444
style={{ color: 'white', paddingLeft: 20, fontSize: "20px", fontWeight: "normal"}}
4545
>
46-
Project: {props.project?.projectName}
46+
Project: {props.project?.className}
4747
</Antd.Typography>
4848
{props.alertErrorMessage !== '' && (<Antd.Alert
4949
type="error"

0 commit comments

Comments
 (0)