Skip to content

Commit

Permalink
fix(index.html): incorrect title
Browse files Browse the repository at this point in the history
Fixed the title that was not updated when the name of the repo was changed.
  • Loading branch information
nidkil committed Jan 18, 2019
1 parent e0751b5 commit 7122d85
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 @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>sb-test-2</title>
<title>vuetify-with-storybook</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900">
</head>
<body>
Expand Down

0 comments on commit 7122d85

Please sign in to comment.