From c2fd0eca7c89a916ac958fdbd144d3523c907863 Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Sun, 1 Feb 2026 22:29:15 -0700 Subject: [PATCH] Looks better this way --- src/app/game/berry-dash/chatroom/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/game/berry-dash/chatroom/page.tsx b/src/app/game/berry-dash/chatroom/page.tsx index f73473c..6ee9d02 100644 --- a/src/app/game/berry-dash/chatroom/page.tsx +++ b/src/app/game/berry-dash/chatroom/page.tsx @@ -6,8 +6,7 @@ import { DiscordButton } from '@/app/components/DiscordButton' import { GetIconForUser } from '@/util/bd' import { getCookie } from '@/util/cookie' import { formatHumanTime } from '@/util/time' -import { faTrashCan } from '@fortawesome/free-regular-svg-icons' -import { faPencil } from '@fortawesome/free-solid-svg-icons' +import { faPencil, faTrashCan } from '@fortawesome/free-solid-svg-icons' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import axios from 'axios' import { useEffect, useRef, useState } from 'react'