tfrere HF Staff Cursor commited on
Commit
d5bca85
·
1 Parent(s): 4141164

Rename HF Agent → ML Agent

Browse files

Co-authored-by: Cursor <cursoragent@cursor.com>

frontend/src/components/Layout/AppLayout.tsx CHANGED
@@ -297,7 +297,7 @@ export default function AppLayout() {
297
  fontSize: { xs: '0.88rem', md: '0.95rem' },
298
  }}
299
  >
300
- HF Agent
301
  </Typography>
302
  </Box>
303
 
 
297
  fontSize: { xs: '0.88rem', md: '0.95rem' },
298
  }}
299
  >
300
+ ML Agent
301
  </Typography>
302
  </Box>
303
 
frontend/src/components/WelcomeScreen/WelcomeScreen.tsx CHANGED
@@ -91,7 +91,7 @@ export default function WelcomeScreen() {
91
  fontSize: { xs: '2rem', md: '2.8rem' },
92
  }}
93
  >
94
- HF Agent
95
  </Typography>
96
 
97
  {/* Description */}
 
91
  fontSize: { xs: '2rem', md: '2.8rem' },
92
  }}
93
  >
94
+ ML Agent
95
  </Typography>
96
 
97
  {/* Description */}