Looks better this way

This commit is contained in:
2026-02-01 22:29:15 -07:00
parent a2d170829b
commit c2fd0eca7c

View File

@@ -6,8 +6,7 @@ import { DiscordButton } from '@/app/components/DiscordButton'
import { GetIconForUser } from '@/util/bd' import { GetIconForUser } from '@/util/bd'
import { getCookie } from '@/util/cookie' import { getCookie } from '@/util/cookie'
import { formatHumanTime } from '@/util/time' import { formatHumanTime } from '@/util/time'
import { faTrashCan } from '@fortawesome/free-regular-svg-icons' import { faPencil, faTrashCan } from '@fortawesome/free-solid-svg-icons'
import { faPencil } from '@fortawesome/free-solid-svg-icons'
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
import axios from 'axios' import axios from 'axios'
import { useEffect, useRef, useState } from 'react' import { useEffect, useRef, useState } from 'react'