Skip to content

Commit

Permalink
Merge branch 'main' into jcd/vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdabbs authored Jun 7, 2024
2 parents 8f196b3 + 74becb7 commit ee22e68
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions packages/viewer/src/components/Shared/Title.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
</script>

<svelte:head>
{#if title}
<title>{title} | π-Base</title>
{:else}
<title>π-Base</title>
{/if}
{#key title}
{#if title}
<title>{title} | π-Base</title>
{:else}
<title>π-Base</title>
{/if}
{/key}
</svelte:head>

0 comments on commit ee22e68

Please sign in to comment.