Skip to content

Commit

Permalink
Remove outdated todos
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Aug 9, 2024
1 parent 793f897 commit 0eb8a43
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/pages/UserFriendsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ export const UserFriendsPage = () => {
<>
<Box
height={{ xs: 0, sm: 340 }}
// TODO: do we need anything like this?
// pt={{ xs: 0, sm: 10 }}
sx={{
backgroundSize: "cover",
backgroundImage: `url(${StaticPageBanner})`,
Expand Down
2 changes: 0 additions & 2 deletions src/pages/UserSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,6 @@ export const UserSettingsPage = () => {
<>
<Box
height={{ xs: 0, sm: 340 }}
// TODO: do we need anything like this?
// pt={{ xs: 0, sm: 10 }}
sx={{
backgroundSize: "cover",
backgroundImage: `url(${StaticPageBanner})`,
Expand Down

0 comments on commit 0eb8a43

Please sign in to comment.