Fix capitalisation of create web app title
This commit is contained in:
parent
3e150983c3
commit
b3644effaf
|
@ -6,7 +6,7 @@
|
||||||
let blurred = { appName: false }
|
let blurred = { appName: false }
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<h2>Create your web app</h2>
|
<h2>Create your Web App</h2>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
{#if template}
|
{#if template}
|
||||||
<div class="template">
|
<div class="template">
|
||||||
|
|
Loading…
Reference in New Issue