Skip to content

Commit 8bcc76a

Browse files
committed
side-by-side to use copilot-deprecated for now
1 parent 1bcf484 commit 8bcc76a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

__tests__/html2/side-by-side/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
const searchParams = new URLSearchParams(location.search);
123123

124124
const [leftTranscriptIndex = 0, rightTranscriptIndex = 1] = searchParams.getAll('transcript');
125-
const [leftVariant = 'fluent', rightVariant = 'copilot'] = searchParams.getAll('variant');
125+
const [leftVariant = 'fluent', rightVariant = 'copilot-deprecated'] = searchParams.getAll('variant');
126126

127127
const sendBoxIndexes = searchParams.getAll('focus');
128128
const activeFocusPresets = searchParams.getAll('focus-preset');

0 commit comments

Comments
 (0)