Browse Source

Fix capitalisation of create web app title

pull/813/head
Andrew Kingston 6 years ago
parent
commit
b3644effaf
  1. 2
      packages/builder/src/components/start/Steps/Info.svelte

2
packages/builder/src/components/start/Steps/Info.svelte

@ -6,7 +6,7 @@
let blurred = { appName: false }
</script>
<h2>Create your web app</h2>
<h2>Create your Web App</h2>
<div class="container">
{#if template}
<div class="template">

Loading…
Cancel
Save