Skip to content

Commit c028e4e

Browse files
committed
minor ui improvement
1 parent 0c92f80 commit c028e4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/components/Layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const Layout: React.FC<LayoutProps> = ({ children }) => {
2727
<Toolbar>
2828
<Typography variant="h6" sx={{ flexGrow: 1 }}>
2929
<Link to="/" style={{ color: "inherit", textDecoration: "none" }}>
30-
🔮 FUNDus! Assistant
30+
🔮 Chat with the FUNDus! Assistant
3131
</Link>
3232
</Typography>
3333
<IconButton onClick={toggleColorMode} color="inherit">

frontend/src/pages/StartPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const StartPage: React.FC = () => {
6767
>
6868
<Box sx={{ display: "flex", justifyContent: "center" }}>
6969
<Typography variant="h5" gutterBottom>
70-
🔮 Explore FUNDus!
70+
🔮 Explore FUNDus! with an AI Assistant
7171
</Typography>
7272
</Box>
7373

0 commit comments

Comments
 (0)