From 3027f3da4023fe84d797819a04479d36f192a867 Mon Sep 17 00:00:00 2001 From: Matt Batchelder Date: Sat, 21 Feb 2026 17:30:18 -0500 Subject: [PATCH] Sync: update ngd-signal-wrap SVG paths for improved visual representation --- theme/blocks/index.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/theme/blocks/index.php b/theme/blocks/index.php index 0f1a84e..1e5b8f7 100644 --- a/theme/blocks/index.php +++ b/theme/blocks/index.php @@ -1622,15 +1622,15 @@ function oribi_render_platform_row( $a ) { $ngd .= ''; $ngd .= ''; /* ngd-player */ - /* Signal wrap: vertical line connecting player to cloud above */ + /* Signal wrap: vertical line connecting player to globe above */ $ngd .= '
'; $ngd .= '
'; $ngd .= ''; $ngd .= ''; - $ngd .= ''; - $ngd .= ''; - $ngd .= ''; - $ngd .= ''; + $ngd .= ''; + $ngd .= ''; + $ngd .= ''; + $ngd .= ''; $ngd .= ''; $ngd .= '
'; $ngd .= '
';