File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,19 +10,17 @@ import Avatar from '@/components/avatar';
1010export default function Page ( ) {
1111 return (
1212 < div className = 'mx-auto flex w-full max-w-[600px] flex-col gap-y-24 py-16' >
13- < div className = 'flex w-full items-center justify-between' >
14- < div className = 'flex items-center gap-x-4' >
15- < Avatar />
16-
17- < div className = 'flex flex-col' >
18- < h1 className = 'font-faustina font-bold' >
19- Gökhan Bulut
20- </ h1 >
21-
22- < span className = 'text-sm text-secondary' >
23- Developer
24- </ span >
25- </ div >
13+ < div className = 'flex w-full items-center gap-x-4' >
14+ < Avatar />
15+
16+ < div className = 'flex flex-col' >
17+ < h1 className = 'font-faustina font-bold' >
18+ Gökhan Bulut
19+ </ h1 >
20+
21+ < span className = 'text-sm text-secondary' >
22+ Developer
23+ </ span >
2624 </ div >
2725
2826 < DiscordStatus userId = '957840712404193290' />
You can’t perform that action at this time.
0 commit comments