mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-10 10:09:52 +05:30
fix: misc
This commit is contained in:
parent
a26d2b9d65
commit
464ca3e3d3
3 changed files with 20 additions and 24 deletions
|
|
@ -22,7 +22,7 @@ export default function Home() {
|
|||
<Grid width={'80%'} container mt={2} spacing={2}>
|
||||
{getToolsByCategory().map((category) => (
|
||||
<Grid key={category.type} item xs={12} md={6}>
|
||||
<Card>
|
||||
<Card sx={{ height: '100%' }}>
|
||||
<CardContent>
|
||||
<Link
|
||||
style={{ fontSize: 20 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue