Skip to content

Commit

Permalink
fix: simplify title
Browse files Browse the repository at this point in the history
  • Loading branch information
edeleastar committed Jan 14, 2023
1 parent 762e390 commit 43f7b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/course/src/routes/live/[courseid]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
</script>

<svelte:head>
<title>{data.course.lo.title} Live Students online Now</title>
<title>{data.course.lo.title} Students online now ...</title>
</svelte:head>
<StudentCardDeck />

0 comments on commit 43f7b8f

Please sign in to comment.