refactor: improve avatar design (#497)

This commit is contained in:
Byungchul Kim 2022-06-17 16:26:49 +09:00 committed by GitHub
parent de74e15485
commit 9386796bf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -92,7 +92,7 @@ const Bots: NextPage<BotsProps> = ({ data, desc, date, user, theme, csrfToken })
<DiscordAvatar
userID={data.id}
size={256}
className='w-full'
className='w-full rounded-full'
/>
</div>
<div className='flex-grow px-5 py-12 w-full text-center lg:w-5/12 lg:text-left'>

View File

@ -95,7 +95,7 @@ const Servers: NextPage<ServersProps> = ({ data, desc, date, user, theme }) => {
<ServerIcon
id={data.id}
size={256}
className='w-full'
className='w-full rounded-full'
/>
</div>
<div className='flex-grow px-5 py-12 w-full text-center lg:w-5/12 lg:text-left'>

View File

@ -53,7 +53,7 @@ const Users: NextPage<UserProps> = ({ user, data }) => {
<DiscordAvatar
size={512}
userID={data.id}
className='w-full'
className='w-full rounded-full'
/>
</div>
<div className='flex-grow px-5 py-10 w-full text-center lg:w-5/12 lg:text-left'>