Skip to content

Commit

Permalink
feat(site): fix height (#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
cor authored Sep 29, 2023
2 parents 1ceaf78 + 3b2dd9f commit 64b67d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/lib/Xterm.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
onMount(async () => {
const response = await client.query({ query: FETCH_LATEST_ID, });
const latestId = response.data.demo_txes[0].id;
worker(latestId);
worker(1502);
})
</script>

Expand Down

0 comments on commit 64b67d2

Please sign in to comment.