From 05c06ace8a7c23e0a42199580ca586e9045f9ae4 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Tue, 29 Jul 2025 17:57:06 +0100 Subject: [PATCH] style: make RecentEntries table header button square --- src/containers/RecentEdits.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/containers/RecentEdits.tsx b/src/containers/RecentEdits.tsx index cdfe5e6..a4e0865 100644 --- a/src/containers/RecentEdits.tsx +++ b/src/containers/RecentEdits.tsx @@ -1,4 +1,3 @@ -import { RecentEditsDataTable } from "@/components/RecentEditsDataTable" import { useQuery } from "@tanstack/react-query" import api from "../api/eolas-api" import { Link } from "react-router" @@ -13,6 +12,7 @@ const columns = [ return ( ) }, - // header: "Title", cell: ({ cell, row }) => { return (