Added "BuildPath" title
This commit is contained in:
@@ -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;">
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user