Changeset 4ceb725
- Timestamp:
- 03/01/26 20:27:45 (4 months ago)
- Branches:
- main
- Children:
- 1d7e8fe
- Parents:
- ad3c219
- File:
-
- 1 edited
-
pages/dashboard/user/+Page.tsx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pages/dashboard/user/+Page.tsx
rad3c219 r4ceb725 205 205 }}> 206 206 {data.userBuilds.slice(0, 6).map((build: any) => ( 207 <Box key={build.id} sx={{ display: 'flex', flexDirection: 'column' }}>207 <Box key={build.id} sx={{ display: 'flex', flexDirection: 'column', pb: 2 }}> 208 208 <Box sx={{ flexGrow: 1 }}> 209 209 <BuildCard … … 251 251 }, 252 252 gap: 2, 253 mt: 1 253 mt: 1, 254 254 }}> 255 255 {data.userBuilds.map((build: any) => ( 256 <Box key={build.id} >256 <Box key={build.id} sx={{ pb: 4 }}> 257 257 <BuildCard 258 258 build={build}
Note:
See TracChangeset
for help on using the changeset viewer.
