Skip to content

Commit

Permalink
Merge pull request #3 from for-ai/freddiev4/remove-team-page
Browse files Browse the repository at this point in the history
Remove team page
  • Loading branch information
freddiev4 authored Mar 16, 2024
2 parents b9660e6 + b0c449b commit d2c0416
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion frontend/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ const App = () => {
<Route path="/contributions" element={<UserContributionPage />} />
</Route>
<Route path="*" element={<Error404 />} />
<Route path="/team" element={<TeamPage />} />
<Route path="/analytics" element={<GradioAnalytics />} />
</Routes>
</Suspense>
Expand Down
12 changes: 0 additions & 12 deletions frontend/src/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,6 @@ const Header = () => {
</Text>
</Box>
</Center>
<IconButton
id="aboutUsButton"
as="a"
href="/team"
fontWeight="bold"
borderRadius="5px"
border="1px solid"
variant="outline"
icon={<FaUsers />}
color="#4368e0"
mr="0.5rem"
></IconButton>
<IconButton
id="gradioAnalyticsButton"
as="a"
Expand Down

0 comments on commit d2c0416

Please sign in to comment.