Skip to content

Commit

Permalink
fix(rebrand): add missing title in [course]/page.svelte (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-benny committed Oct 6, 2023
1 parent 809506c commit 3138795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/[...dir]/[zfile=dir]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
</script>

<svelte:head>
<title>Dynamik | {urlParts[urlParts.length - 1]}</title>
<title>Risorse | {urlParts[urlParts.length - 1]}</title>
</svelte:head>

<svelte:body on:keydown={keydown} />
Expand Down

1 comment on commit 3138795

@vercel
Copy link

@vercel vercel bot commented on 3138795 Oct 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dynamik – ./

dynamik-csunibo.vercel.app
dynamik.vercel.app
dynamik-git-main-csunibo.vercel.app

Please sign in to comment.