FIX: Time display on dashboard;

REFACTOR: Styling on `ResultsPage`
This commit is contained in:
Chris-1010
2025-03-05 22:39:21 +00:00
parent cf798eb984
commit 708828c2a3
4 changed files with 10 additions and 6 deletions

View File

@@ -7,7 +7,6 @@ import DynamicPageContent from "../components/Layout/DynamicPageContent";
import { getCategoryThumbnail } from "../utils/thumbnailUtils";
const ResultsPage: React.FC = () => {
const [overflow, setOverflow] = useState(false);
const location = useLocation();
const navigate = useNavigate();