Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyjemutai authored Jan 31, 2024
1 parent 2c07d91 commit 9099838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default function Home() {
{domains.map((domain) => (
<Box key={domain.id} sx={{ display: 'flex', flexDirection: 'row', alignItems: 'center', justifyContent: 'space-between', my: {xs: '1', md: '2'}, px: 2, py: 3, borderRadius: '5px', backgroundColor: '#fcfcfc', border: '1px solid #ccc', borderRadius: '8px' }}>
<Typography variant="h6">{domain.name}</Typography>
<Image src={"/assets/images/knhdd.png"} alt={domain.name} width={50} height={50} />
<Image src={"/assets/images/" + domain.icon + ".png"} alt={domain.name} width={50} height={50} />
</Box>
))}
<Box sx={{ display: 'flex', flexDirection: 'row', alignItems: 'center', justifyContent: 'center', }} >
Expand Down

0 comments on commit 9099838

Please sign in to comment.