Skip to content

Commit

Permalink
ran prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
MahitGtg committed Jan 14, 2025
1 parent 6a87fd8 commit bc1e4d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/src/views/404Error.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const goHome = () => {
<template v-if="!xs">
<br />Looks like you've ventured <br />into uncharted waters
</template>
<template v-else">
<template v-else>
<br />Looks like you've <br />ventured into <br />uncharted waters
</template>
</h2>
Expand All @@ -43,7 +43,7 @@ const goHome = () => {

<style scoped>
.error-container {
height: calc(100vh - 144px);
height: calc(100vh - 144px);
display: flex;
align-items: center;
justify-content: center;
Expand All @@ -66,4 +66,4 @@ const goHome = () => {
font-size: 1.5rem;
}
}
</style>
</style>

0 comments on commit bc1e4d8

Please sign in to comment.