Spaces:
Running
Running
dylanebert
commited on
Commit
·
c612ee1
1
Parent(s):
2698c57
Simplify voting instruction message
Browse files- Use consistent 'Use mouse/touch to change the view' message
- Remove topology-specific messaging for cleaner UX
- Maintains consistent user guidance across all vote types
- src/routes/Vote.svelte +1 -5
src/routes/Vote.svelte
CHANGED
@@ -218,11 +218,7 @@
|
|
218 |
/>
|
219 |
</div>
|
220 |
<h2 class="center-title">Which is better?</h2>
|
221 |
-
|
222 |
-
<p class="center-subtitle">Topology comparison: wireframe view only</p>
|
223 |
-
{:else}
|
224 |
-
<p class="center-subtitle">Use mouse/touch to change the view.</p>
|
225 |
-
{/if}
|
226 |
<div class="voting-container">
|
227 |
<div bind:this={containerA} class="canvas-container">
|
228 |
<div bind:this={overlayA} class="loading-overlay">
|
|
|
218 |
/>
|
219 |
</div>
|
220 |
<h2 class="center-title">Which is better?</h2>
|
221 |
+
<p class="center-subtitle">Use mouse/touch to change the view.</p>
|
|
|
|
|
|
|
|
|
222 |
<div class="voting-container">
|
223 |
<div bind:this={containerA} class="canvas-container">
|
224 |
<div bind:this={overlayA} class="loading-overlay">
|