Change colors

This commit is contained in:
2026-01-30 19:25:11 -07:00
parent a010e4ed81
commit 56cb8af74c
4 changed files with 23 additions and 12 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>