Skip to content

Commit

Permalink
Added correct page title for admin sub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 committed Dec 10, 2022
1 parent 09103dc commit 9c01ca1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/routes/admin/server-status/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</script>

<svelte:head>
<title>Jobs Status - Immich</title>
<title>Server Status - Immich</title>
</svelte:head>

{#if $page.data.allUsers && serverStat}
Expand Down
4 changes: 4 additions & 0 deletions web/src/routes/admin/settings/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
};
</script>

<svelte:head>
<title>Settings - Immich</title>
</svelte:head>

<section class="">
{#await getConfig()}
<LoadingSpinner />
Expand Down

0 comments on commit 9c01ca1

Please sign in to comment.