Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
fan9704 committed Jul 18, 2023
1 parent 106e4d4 commit 0e93870
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="manifest" href="/manifest.json" />
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register('/firebase-messaging-sw.js')
navigator.serviceWorker.register('/PetMonitoringSystem-Frontend/firebase-messaging-sw.js')
.then(reg => {
console.log(`Service Worker Registration (Scope: ${reg.scope})`);
})
Expand Down
2 changes: 1 addition & 1 deletion src/views/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export default {
href: 'https://github.com/fan9704/PetMonitoringSystem-Hardware',
},
],
logo,
// logo,
whatsNext: [
{
text: '註冊',
Expand Down
4 changes: 2 additions & 2 deletions src/views/PetList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<!--PetList-->
<v-row class="justify-center" v-for="pet in petList" :key="pet.id" data-aos="fade-left">
<v-col
cols="6"
xs="10" sm="10" md="6" lg="8" xl="8"
cols="12"
xs="12" sm="10" md="6" lg="8" xl="8"
>
<v-card class="mx-auto">
<v-card-text>
Expand Down

0 comments on commit 0e93870

Please sign in to comment.