diff --git a/src/app/game/berry-dash/chatroom/page.tsx b/src/app/game/berry-dash/chatroom/page.tsx
index d908926..6ea7090 100644
--- a/src/app/game/berry-dash/chatroom/page.tsx
+++ b/src/app/game/berry-dash/chatroom/page.tsx
@@ -149,11 +149,10 @@ export default function BerryDashChatroom () {
item.customIcon +
'&raw=true'
}
- className='pointer-events-none'
width={48}
height={48}
alt=''
- unoptimized={true}
+ className='pointer-events-none scale-x-[-1]'
/>
{item.userId == Number(getCookie('accountId', '-1')) && (
diff --git a/src/app/game/berry-dash/icon-marketplace/page.tsx b/src/app/game/berry-dash/icon-marketplace/page.tsx
index a88f57e..063f9f9 100644
--- a/src/app/game/berry-dash/icon-marketplace/page.tsx
+++ b/src/app/game/berry-dash/icon-marketplace/page.tsx
@@ -5,6 +5,7 @@ import axios from 'axios'
import { BackButton } from '@/app/components/BackButton'
import { ReloadButton } from '@/app/components/ReloadButton'
import { UploadButton } from '@/app/components/UploadButton'
+import Image from 'next/image'
interface MarketplaceIcon {
username: string
@@ -31,7 +32,7 @@ export default function BerryDashIconMarketplace () {
useEffect(() => {
document.title = 'Lncvrt Games - Berry Dash Icon Marketplace'
- Refresh()
+ setTimeout(() => Refresh(), 0)
}, [])
return (
@@ -53,9 +54,9 @@ export default function BerryDashIconMarketplace () {
) : (
response.map(icon => (
-
+
-
diff --git a/src/app/game/berry-dash/leaderboards/page.tsx b/src/app/game/berry-dash/leaderboards/page.tsx
index c01c55c..8a10d38 100644
--- a/src/app/game/berry-dash/leaderboards/page.tsx
+++ b/src/app/game/berry-dash/leaderboards/page.tsx
@@ -205,11 +205,10 @@ export default function BerryDashLeaderboards () {
}&overlayB=${item.overlayColor[2]}`
: `/api/berrydash/icon-marketplace/icon?id=${item.customIcon}&raw=true`
}
- className='pointer-events-none'
+ className='pointer-events-none scale-x-[-1]'
width={48}
height={48}
alt=''
- unoptimized={true}
/>
{item.username} (#{index + 1})