Skip to content

Commit

Permalink
fix: capitalize app title
Browse files Browse the repository at this point in the history
  • Loading branch information
Splode committed Apr 6, 2020
1 parent c508944 commit 59a1ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8" />
<title>pomotroid</title>
<title>Pomotroid</title>
<% if (htmlWebpackPlugin.options.nodeModules) { %>
<!-- Add `node_modules/` to global paths so `require` works properly in development -->
<script>
Expand Down

0 comments on commit 59a1ca8

Please sign in to comment.