From 1717ab02f720286aea8e4634a1047e6a6f2a1d45 Mon Sep 17 00:00:00 2001
From: Copilot <198982749+Copilot@users.noreply.github.com>
Date: Mon, 22 Jun 2026 13:22:56 -0700
Subject: [PATCH] Replace row edit icon SVG in table.py
Closes #2796
---
datasette/views/table.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/datasette/views/table.py b/datasette/views/table.py
index c5448c85..0e291524 100644
--- a/datasette/views/table.py
+++ b/datasette/views/table.py
@@ -455,8 +455,8 @@ async def display_columns_and_rows(
'xmlns="http://www.w3.org/2000/svg" width="14" height="14" '
'viewBox="0 0 24 24" fill="none" stroke="currentColor" '
'stroke-width="2" stroke-linecap="round" stroke-linejoin="round">'
- ''
- ''
+ ''
+ ''
""
)
delete_icon = (