Skip to content

Commit 0995bb0

Browse files
committed
update buttons
1 parent 13b73a3 commit 0995bb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

programs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,10 +429,10 @@ <h1 class="post-title">Integer Sequences and LODA Programs</h1>
429429
editButton.className = CSS_CLASSES.LODA_BUTTON_SECONDARY;
430430
editButton.href = `${EDITOR_BASE_URL}?oeis=${sequenceId.slice(1)}`;
431431
editButton.target = '_blank';
432-
editButton.textContent = 'Open in Editor';
432+
editButton.textContent = 'Try it out';
433433

434434
const pariButton = document.createElement('button');
435-
pariButton.className = CSS_CLASSES.LODA_BUTTON_SECONDARY;
435+
pariButton.className = CSS_CLASSES.LODA_BUTTON;
436436
pariButton.textContent = BUTTON_STATES.PARI_COLLAPSED;
437437
pariButton.onclick = () => togglePariExport(sequenceId, pariButton, programContainer, code);
438438

0 commit comments

Comments
 (0)