Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/playground-web/components/Playground/Playground.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function Header() {
<h2 className="font-light text-2xl ml-2">PlayGround</h2>
</div>
<Link
href="https://github.com/DiceDB/playground-mono/issues/new"
href="https://github.com/DiceDB/playground-mono/issues/new/choose"
target="_blank"
rel="noopener noreferrer"
aria-label="Submit an issue or feedback"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
playgroundElement,
playgroundHeaderElement,
playgroundMainElement,
terminalContainerElement,

Check warning on line 40 in apps/playground-web/components/Playground/__tests__/Playground.test.tsx

View workflow job for this annotation

GitHub Actions / Build and Test

'terminalContainerElement' is assigned a value but never used
searchBoxContainerElement,
searchBoxWrapperElement,
} = setupTest();
Expand Down Expand Up @@ -72,7 +72,7 @@
expect(submitIssueLinkElement).toBeInTheDocument();
expect(submitIssueLinkElement).toHaveAttribute(
'href',
'https://github.com/DiceDB/playground-mono/issues/new',
'https://github.com/DiceDB/playground-mono/issues/new/choose',
);
expect(submitIssueLinkElement).toHaveAttribute(
'aria-label',
Expand Down
Loading