Skip to content

refactor(site): remove last 7 days label #8986

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 9, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove unecessary code
  • Loading branch information
BrunoQuaresma committed Aug 9, 2023
commit f3a844a64140d6f3b77e0fe0a697314460e164c1
Original file line number Diff line number Diff line change
Expand Up @@ -529,11 +529,6 @@ const PanelTitle = styled(Box)(() => ({
fontWeight: 500,
}))

const PanelSubtitle = styled(Box)(({ theme }) => ({
fontSize: 13,
color: theme.palette.text.secondary,
}))

const PanelContent = styled(Box)(({ theme }) => ({
padding: theme.spacing(0, 3, 3),
flex: 1,
Expand Down