Skip to content

Commit

Permalink
empty space at bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
sky-ash committed Nov 5, 2024
1 parent 56f2f1a commit ddb93b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Sources.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export default function Sources() {
<Grid container spacing={1}>
<Grid item>
<IconButton
//size="small"
component={Link}
href={source.url}
target="_blank"
Expand Down Expand Up @@ -86,7 +85,7 @@ export default function Sources() {
</List>
</Box>
))}
<Box m={8}>
<Box m={8} textAlign='bottom'>
.
</Box>
</Box>
Expand All @@ -101,6 +100,7 @@ export default function Sources() {
bottom: 32, }}>
<SettingsIcon />
</Fab>

</>
);
}

0 comments on commit ddb93b1

Please sign in to comment.