Skip to content

Commit

Permalink
Update upset session ids
Browse files Browse the repository at this point in the history
  • Loading branch information
JackWilb committed Sep 6, 2023
1 parent 328d427 commit d2d95c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/FrontPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export default defineComponent({
// eslint-disable-next-line global-require
image: upsetMovies,
text: 'Explore the relationships between movies and their genres using an interactive UpSet plot.',
href: `${upsetURL.value}/?workspace=Upset+Examples&table=movies&sessionId=118`,
href: `${upsetURL.value}/?workspace=Upset+Examples&table=movies&sessionId=192`,
},
{
title: 'Les Miserables - MultiMatrix',
Expand All @@ -218,7 +218,7 @@ export default defineComponent({
// eslint-disable-next-line global-require
image: upsetSimpsons,
text: 'Explore the relationships between Simpsons characters and their occupations using an interactive UpSet plot.',
href: `${upsetURL.value}/?workspace=Upset+Examples&table=simpsons&sessionId=119`,
href: `${upsetURL.value}/?workspace=Upset+Examples&table=simpsons&sessionId=193`,
},
]);
Expand Down

0 comments on commit d2d95c8

Please sign in to comment.