Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
(pages/team): Add navbar to team page
Browse files Browse the repository at this point in the history
  • Loading branch information
jcxldn committed Jun 26, 2023
1 parent 7158c4c commit c0ecc19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/team.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import { FilterChip, FilterChipEntry } from "../types/filterChip";

import capitalizeWords from "../capitalizeWords";
import teamEntryFilter from "../filters/teamEntryFilter";
import Navbar from "../components/navbar";

// TypeScript type def for the component state
// https://stackoverflow.com/questions/46987816/using-state-in-react-with-typescript
Expand Down Expand Up @@ -199,6 +200,7 @@ export default class TeamPage extends React.PureComponent<
console.log(this.muiPaletteOptions);
return (
<ThemeProvider theme={this.muiTheme!}>
<Navbar />
{/**
* Search bar
* To match the entries, we pad the top and left of the containing div by 16px.
Expand Down

0 comments on commit c0ecc19

Please sign in to comment.