Skip to content

Commit

Permalink
Update the tittle in the Layout.tsx page
Browse files Browse the repository at this point in the history
  • Loading branch information
Narmadhaa29 authored Dec 23, 2024
1 parent 8727b16 commit e015117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const Layout = () => {
<Stack horizontal verticalAlign="center">
<img src={logo} className={styles.headerIcon} aria-hidden="true" alt="" />
<Link to="/" className={styles.headerTitleContainer}>
<h1 className={styles.headerTitle}>{ui?.title}</h1>
<h1 className={styles.headerTitle}>GEN AI</h1>
</Link>
</Stack>
<Stack horizontal tokens={{ childrenGap: 4 }} className={styles.shareButtonContainer}>
Expand Down

0 comments on commit e015117

Please sign in to comment.