diff --git a/web/src/components/SessionActionMenu.tsx b/web/src/components/SessionActionMenu.tsx index daf43b3e..8e438c70 100644 --- a/web/src/components/SessionActionMenu.tsx +++ b/web/src/components/SessionActionMenu.tsx @@ -107,8 +107,8 @@ function ReopenIcon(props: { className?: string }) { strokeLinejoin="round" className={props.className} > - - + + ) } @@ -127,10 +127,10 @@ function SyncIcon(props: { className?: string }) { strokeLinejoin="round" className={props.className} > - - - - + + + + ) } diff --git a/web/src/router.tsx b/web/src/router.tsx index 9c1a0156..5c09f6d4 100644 --- a/web/src/router.tsx +++ b/web/src/router.tsx @@ -137,8 +137,8 @@ function RefreshIcon(props: { className?: string }) { strokeLinejoin="round" className={props.className} > - - + + ) }