From 8f60b866fd35cc57e81f70c9b0439c5f0b3b2321 Mon Sep 17 00:00:00 2001 From: ugtthis <142481257+ugtthis@users.noreply.github.com> Date: Thu, 20 Feb 2025 10:42:08 -0800 Subject: [PATCH] UI: Center copy icon (#196) --- src/components/RouteActions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/RouteActions.tsx b/src/components/RouteActions.tsx index 4d80d578..6ca6f43b 100644 --- a/src/components/RouteActions.tsx +++ b/src/components/RouteActions.tsx @@ -119,7 +119,7 @@ const RouteActions: VoidComponent = (props) => { {currentRouteId().split('/')[1] || ''} - {copied() ? 'check' : 'file_copy'} + {copied() ? 'check' : 'file_copy'}