Update title tag.

This commit is contained in:
pheralb 2023-03-19 23:56:22 +00:00
parent 28acd8b458
commit b1a66f08b7
2 changed files with 8 additions and 0 deletions

View File

@ -29,6 +29,10 @@
};
</script>
<svelte:head>
<title>A beautiful library with SVG logos - Svgl</title>
</svelte:head>
<Container>
<Search
bind:searchTerm

View File

@ -29,6 +29,10 @@
};
</script>
<svelte:head>
<title>{category} logos - Svgl</title>
</svelte:head>
<Container>
<Search
bind:searchTerm