Skip to content

Commit

Permalink
Updated heading text
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Hesselink committed Jun 29, 2019
1 parent 25f3d97 commit 4b41157
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -12566,7 +12566,7 @@ new vue__WEBPACK_IMPORTED_MODULE_0___default.a({
el: '#app',
data: function data() {
return {
message: 'Tailwind Template',
message: 'Tailwind Boilerplate',
versionMessage: 'Using Tailwind {version}',
dependenciesMessage: 'Vue, Sass & Laravel-Mix',
tailwindVersion: '1.0.4'
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Document</title>
<title>Tailwind Boilerplate</title>
<link href="dist/css/app.css" rel="stylesheet" type="text/css" />
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion src/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ new Vue({
el: '#app',
data() {
return {
message: 'Tailwind Template',
message: 'Tailwind Boilerplate',
versionMessage: 'Using Tailwind {version}',
dependenciesMessage: 'Vue, Sass & Laravel-Mix',
tailwindVersion: '1.0.4',
Expand Down

0 comments on commit 4b41157

Please sign in to comment.