From ea4bcb5cf097f3c72583e9a30ed6f8c4aed9dd41 Mon Sep 17 00:00:00 2001 From: Richard R Date: Wed, 10 Jun 2026 10:19:30 -0600 Subject: [PATCH] style(ui): enhance changelog panel link appearance and hover interaction --- src/components/SettingsModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SettingsModal.tsx b/src/components/SettingsModal.tsx index cdc660f..5ccc55d 100644 --- a/src/components/SettingsModal.tsx +++ b/src/components/SettingsModal.tsx @@ -1388,7 +1388,7 @@ function SettingsChangelogPanel({ {isExpanded && (
{body ? ( -
+
{body.body || '_No release notes provided._'}