Skip to content

Commit

Permalink
chore: replaced KTerms by KDocument
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Apr 5, 2024
1 parent 488532b commit fc63a0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ module.exports = {
id: 'terms-policies',
label: 'screen.TERMS_AND_POLICIES',
dialog: {
component: 'app/KTerms'
component: 'document/KDocument',
url: 'kapp-terms.md'
}
}],
// frameBackgroundColor: '#FFDC9E',
Expand Down
1 change: 0 additions & 1 deletion src/router/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ module.exports = [{
component: 'Index',
meta: { unauthenticated: true },
children: {
terms: 'app/KTerms',
login: 'screen/KLoginScreen',
logout: {
component: 'screen/KLogoutScreen',
Expand Down

0 comments on commit fc63a0e

Please sign in to comment.