Skip to content

Commit 0fc6b1b

Browse files
fix(WebSite): Remove stray double quotes in Dashboard.astro class attributes
Eleven <span> elements in Dashboard.astro had a spurious trailing double quote in their class attribute (`rounded-none ""`), producing invalid markup that could confuse parsers and accumulate in the DOM across client-side transitions. Each occurrence is corrected by removing the extra quote, leaving clean `class="h-{1.5|2} w-{1.5|2} rounded-none"` attributes. The corresponding built HTML files in Target/ are updated as part of the rebuild, along with the regenerated RouteMap.json and Worker.js bundles.
1 parent e423c7e commit 0fc6b1b

17 files changed

Lines changed: 32 additions & 179 deletions

File tree

Source/pages/Dashboard.astro

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ shape="square"
111111
style={`--jelly-fill:var(--SpinegRPCMute);--jelly-label:var(--SpinegRPCFore);--jelly-badge-radius:0;--jelly-badge-font-size:11px`}
112112
>
113113
Telemetry Feature Gated{"\u2001"}<span
114-
class="h-1.5 w-1.5 rounded-none "" style="background-color:var(--SpinegRPC)
114+
class="h-1.5 w-1.5 rounded-none" style="background-color:var(--SpinegRPC)"
115115
aria-hidden="true"></span>
116116
</jelly-badge>
117117
<jelly-badge
@@ -134,7 +134,7 @@ shape="square"
134134
style={`--jelly-fill:var(--SpineIPCMute);--jelly-label:var(--SpineIPCFore);--jelly-badge-radius:0;--jelly-badge-font-size:11px`}
135135
>
136136
Mountain Workbench{"\u2001"}<span
137-
class="h-1.5 w-1.5 rounded-none "" style="background-color:var(--SpineIPC)
137+
class="h-1.5 w-1.5 rounded-none" style="background-color:var(--SpineIPC)"
138138
aria-hidden="true"></span>
139139
</jelly-badge>
140140
</div>
@@ -266,7 +266,7 @@ shape="square"
266266
style={`--jelly-fill:var(--SpinegRPCMute);--jelly-label:var(--SpinegRPCFore);--jelly-badge-radius:0;--jelly-badge-font-size:11px`}
267267
>
268268
Disabled{"\u2001"}<span
269-
class="h-2 w-2 rounded-none "" style="background-color:var(--SpinegRPC)
269+
class="h-2 w-2 rounded-none" style="background-color:var(--SpinegRPC)"
270270
aria-hidden="true"></span>
271271
</jelly-badge>
272272
<jelly-badge
@@ -313,7 +313,7 @@ shape="square"
313313
style={`--jelly-fill:var(--ExtensionTauriMute);--jelly-label:var(--ExtensionTauriFore);--jelly-badge-radius:0;--jelly-badge-font-size:11px`}
314314
>
315315
Optional{"\u2001"}<span
316-
class="h-2 w-2 rounded-none "" style="background-color:var(--ExtensionTauri)
316+
class="h-2 w-2 rounded-none" style="background-color:var(--ExtensionTauri)"
317317
aria-hidden="true"></span>
318318
</jelly-badge>
319319
</div>
@@ -347,7 +347,7 @@ shape="square"
347347
style={`--jelly-fill:var(--SpineIPCMute);--jelly-label:var(--SpineIPCFore);--jelly-badge-radius:0;--jelly-badge-font-size:11px`}
348348
>
349349
Active{"\u2001"}<span
350-
class="h-2 w-2 rounded-none "" style="background-color:var(--SpineIPC)
350+
class="h-2 w-2 rounded-none" style="background-color:var(--SpineIPC)"
351351
aria-hidden="true"></span>
352352
</jelly-badge>
353353
</div>
@@ -414,7 +414,7 @@ shape="square"
414414
style={`--jelly-fill:var(--SpineIPCMute);--jelly-label:var(--SpineIPCFore);--jelly-badge-radius:0;--jelly-badge-font-size:11px`}
415415
>
416416
Recommended{"\u2001"}<span
417-
class="h-2 w-2 rounded-none "" style="background-color:var(--SpineIPC)
417+
class="h-2 w-2 rounded-none" style="background-color:var(--SpineIPC)"
418418
aria-hidden="true"></span>
419419
</jelly-badge>
420420
</div>
@@ -465,7 +465,7 @@ shape="square"
465465
style={`--jelly-fill:var(--SpinegRPCMute);--jelly-label:var(--SpinegRPCFore);--jelly-badge-radius:0;--jelly-badge-font-size:11px`}
466466
>
467467
Active{"\u2001"}<span
468-
class="h-2 w-2 rounded-none "" style="background-color:var(--SpinegRPC)
468+
class="h-2 w-2 rounded-none" style="background-color:var(--SpinegRPC)"
469469
aria-hidden="true"></span>
470470
</jelly-badge>
471471
</div>
@@ -591,7 +591,7 @@ shape="square"
591591
style={`--jelly-fill:var(--SpineIPCMute);--jelly-label:var(--SpineIPCFore);--jelly-badge-radius:0;--jelly-badge-font-size:11px`}
592592
>
593593
Online{"\u2001"}<span
594-
class="h-1.5 w-1.5 rounded-none "" style="background-color:var(--SpineIPC)
594+
class="h-1.5 w-1.5 rounded-none" style="background-color:var(--SpineIPC)"
595595
aria-hidden="true"></span>
596596
</jelly-badge>
597597
</a>
@@ -619,7 +619,7 @@ shape="square"
619619
style={`--jelly-fill:var(--SpineWASMMute);--jelly-label:var(--SpineWASMFore);--jelly-badge-radius:0;--jelly-badge-font-size:11px`}
620620
>
621621
OAuth{"\u2001"}<span
622-
class="h-1.5 w-1.5 rounded-none "" style="background-color:var(--SpineWASM)
622+
class="h-1.5 w-1.5 rounded-none" style="background-color:var(--SpineWASM)"
623623
aria-hidden="true"></span>
624624
</jelly-badge>
625625
</a>
@@ -647,7 +647,7 @@ shape="square"
647647
style={`--jelly-fill:var(--SpineTCPMute);--jelly-label:var(--SpineTCPFore);--jelly-badge-radius:0;--jelly-badge-font-size:11px`}
648648
>
649649
Local{"\u2001"}<span
650-
class="h-1.5 w-1.5 rounded-none "" style="background-color:var(--SpineTCP)
650+
class="h-1.5 w-1.5 rounded-none" style="background-color:var(--SpineTCP)"
651651
aria-hidden="true"></span>
652652
</jelly-badge>
653653
</a>
@@ -675,7 +675,7 @@ shape="square"
675675
style={`--jelly-fill:var(--SpinegRPCMute);--jelly-label:var(--SpinegRPCFore);--jelly-badge-radius:0;--jelly-badge-font-size:11px`}
676676
>
677677
SSO{"\u2001"}<span
678-
class="h-1.5 w-1.5 rounded-none "" style="background-color:var(--SpinegRPC)
678+
class="h-1.5 w-1.5 rounded-none" style="background-color:var(--SpinegRPC)"
679679
aria-hidden="true"></span>
680680
</jelly-badge>
681681
</a>

Target/Contact/Amend/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Target/Contact/Claim/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Target/Contact/Deals/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Target/Contact/Erase/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Target/Contact/Guard/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Target/Contact/Hails/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Target/Contact/Leave/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Target/Contact/Legal/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Target/Contact/Lodge/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)