Skip to content

Commit 6322c89

Browse files
authored
Change strategy option from 'bottom_left' to 'origin'
1 parent 0b7e8fe commit 6322c89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client-suede/robots.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ <h2>Configure canvas</h2>
498498
<div class="field">
499499
<label>Strategy</label>
500500
<select id="pStrategy">
501-
<option value="bottom_left">bottom_left (dense)</option>
501+
<option value="origin">origin (dense)</option>
502502
<option value="scatter">scatter (organic)</option>
503503
</select>
504504
</div>

0 commit comments

Comments
 (0)