We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c92f80 commit c028e4eCopy full SHA for c028e4e
frontend/src/components/Layout.tsx
@@ -27,7 +27,7 @@ const Layout: React.FC<LayoutProps> = ({ children }) => {
27
<Toolbar>
28
<Typography variant="h6" sx={{ flexGrow: 1 }}>
29
<Link to="/" style={{ color: "inherit", textDecoration: "none" }}>
30
- 🔮 FUNDus! Assistant
+ 🔮 Chat with the FUNDus! Assistant
31
</Link>
32
</Typography>
33
<IconButton onClick={toggleColorMode} color="inherit">
frontend/src/pages/StartPage.tsx
@@ -67,7 +67,7 @@ const StartPage: React.FC = () => {
67
>
68
<Box sx={{ display: "flex", justifyContent: "center" }}>
69
<Typography variant="h5" gutterBottom>
70
- 🔮 Explore FUNDus!
+ 🔮 Explore FUNDus! with an AI Assistant
71
72
</Box>
73
0 commit comments