Skip to content

Commit

Permalink
fix: back button
Browse files Browse the repository at this point in the history
  • Loading branch information
benya7 committed Oct 3, 2024
1 parent 79b8211 commit 20a4230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/renderer/src/components/releases/videoPlayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
size="small"
icon="fa:fas fa-arrow-left"
class="position-absolute top-0 left-0 mt-2 ml-2"
@click="$router.push('/')"
@click="$router.back()"
></v-btn>

<video
Expand Down

0 comments on commit 20a4230

Please sign in to comment.