Fix reroll button at home

26aad5fa80966e3f8846573127758ff19ed627ec

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -2Ignore whitespace
public/index.html+2 -2
@@ -6631,9 +6631,9 @@
66316631 </div>
66326632 </div>
66336633 <div class="logprobs_panel_content inline-drawer-content flex-container flexFlowColumn">
66346634 <small class="flex-container alignItemsCenter justifySpaceBetween flexNoWrap">
66356635 <b data-i18n="Select a token to see alternatives considered by the AI.">Select a token to see alternatives considered by the AI.</b>
66366636 <button id="logprobsReroll" class="menu_button margin0" title="Reroll with the entire prefix" data-i18n="[title]Reroll with the entire prefix">
66376637 <span class="fa-solid fa-redo logprobs_reroll"></span>
66386638 </button>
66396639 </small>