Added "BuildPath" title

This commit is contained in:
2024-11-24 16:06:04 +01:00
parent ac23440fa7
commit 6c1c86ba18
2 changed files with 5 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ const championId = championData.value.id
<template> <template>
<Head> <Head>
<Title>{{ championData.name }} builds</Title> <Title>{{ championData.name }} - BuildPath</Title>
</Head> </Head>
<div style="display: flex; width: fit-content; margin: auto;"> <div style="display: flex; width: fit-content; margin: auto;">

View File

@@ -2,5 +2,9 @@
</script> </script>
<template> <template>
<Head>
<Title>BuildPath</Title>
</Head>
<ChampionSelector style="margin-top: 64px;"/> <ChampionSelector style="margin-top: 64px;"/>
</template> </template>