Skip to content

Commit

Permalink
Settings menu: Fix back-link (#2449)
Browse files Browse the repository at this point in the history
Regression from #2432.

Signed-off-by: Florian Hotze <[email protected]>
  • Loading branch information
florian-h05 authored Mar 4, 2024
1 parent 74620c3 commit ccaa221
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<f7-page @page:init="onPageInit" @page:afterin="onPageAfterIn" class="page-settings">
<f7-navbar large :large-transparent="false" title-large="Settings" title="Settings" back-link="Back" back-link-url="/home/" back-link-force>
<f7-navbar large :large-transparent="false" title-large="Settings" title="Settings" back-link="Back" back-link-url="/" back-link-force>
<f7-nav-right>
<developer-dock-icon />
<f7-link
Expand Down

0 comments on commit ccaa221

Please sign in to comment.