Change colors
This commit is contained in:
@@ -6,7 +6,7 @@ export function AccountButton () {
|
||||
return (
|
||||
<>
|
||||
<div className='relative'>
|
||||
<Link href='/account' className='home-button absolute -top-4 -left-4'>
|
||||
<Link href='/account' className='top-button absolute -top-4 -left-4'>
|
||||
<FontAwesomeIcon icon={faUser} />
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
@@ -6,7 +6,7 @@ export function DiscordButton () {
|
||||
return (
|
||||
<>
|
||||
<div className='relative'>
|
||||
<Link href='/discord' className='home-button absolute -top-4 -right-4'>
|
||||
<Link href='/discord' className='top-button absolute -top-4 -right-4'>
|
||||
<FontAwesomeIcon icon={faDiscord} />
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
@@ -6,7 +6,7 @@ export function HomeButton () {
|
||||
return (
|
||||
<>
|
||||
<div className='relative'>
|
||||
<Link href='/' className='home-button absolute -top-4 -left-4'>
|
||||
<Link href='/' className='top-button absolute -top-4 -left-4'>
|
||||
<FontAwesomeIcon icon={faHome} />
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user