Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
refactor: replace static react title with github username (#32)
Browse files Browse the repository at this point in the history
This is the only "known" information about the user without performing the GitHub fetch call. Let's put this there for now and implement helmet.
  • Loading branch information
byCedric authored Oct 14, 2018
1 parent 80a959a commit f921faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>%REACT_APP_GITHUB_USERNAME%</title>
<style type="text/css">
html, body, #root {
height: 100%;
Expand Down

0 comments on commit f921faa

Please sign in to comment.