Skip to content

Commit

Permalink
Change name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehmet committed Aug 16, 2022
1 parent 64409d8 commit 108bfe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Windows",
"name": "windows",
"version": "0.1.0",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Navigation/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<div class="lds-roller">
<div v-for="i in 8" :key="i" />
</div>
<p>{{ reloadStatus ? 'Restarting' : 'Shutting Down' }}</p>
<p>{{ reloadStatus ? "Restarting" : "Shutting Down" }}</p>
</div>
</transition>
</div>
Expand Down

0 comments on commit 108bfe7

Please sign in to comment.