fix(opendock): changed the header of delete to be properly named

ref #23
This commit is contained in:
2026-06-04 07:16:53 -05:00
parent a717260b8d
commit 865f280cfa

View File

@@ -100,7 +100,7 @@ const ArticleLinkTable = () => {
header: ({ column }) => (
<SearchableHeader
column={column}
title="Delete User"
title="Delete Link"
searchable={false}
/>
),