Skip to content

Commit

Permalink
Update page.tsx to
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsukiKigoshi committed Nov 17, 2023
1 parent f39717a commit 8c98cf3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,13 @@ export default function App() {
placeItems: "center", // Center the content horizontally and vertically
}}
>
{" "}
<Avatar
alt="Itsuki Kigoshi's Profile Picture"
src="/profile.jpg"
alt={`Itsuki Kigoshi's Profile Picture`}
src={`/profile.jpg`}
sx={{ width: 200, height: 200 }}
/>
<Typography sx={{ fontSize: 28, mt: 2 }}>Itsuki KIGOSHI</Typography>
<Typography sx={{ m: 2 }}>ICU '27 (2004)</Typography>
<Typography sx={{ m: 2 }}>{`ICU '27 (2004)`}</Typography>
<Stack direction="row" spacing={1} alignItems="flex-end">
{/* Those icons are repeatedly used in a similar form. Consider using a component insted.*/}
<IconButton
Expand Down

0 comments on commit 8c98cf3

Please sign in to comment.