Skip to content

Commit

Permalink
fix: update url
Browse files Browse the repository at this point in the history
  • Loading branch information
jebibot committed Jan 31, 2024
1 parent 844db53 commit 3483fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/components/CollectionList.tsx
Original file line number Diff line number Diff line change
@@ -129,7 +129,7 @@ function CollectionList<T extends object>(props: CollectionListProps<T>) {
icon: <IconBoxMultiple size="1.25rem" />,
onClick: (event) =>
openUrl(
`https://multichzzk.tv/${chunk.items
`https://mul.live/${chunk.items
.map(props.getItemIdentifier)
.join("/")}`,
event,

0 comments on commit 3483fa3

Please sign in to comment.