mirror of
https://github.com/mempool/mempool.git
synced 2025-01-17 18:52:34 +01:00
Add missing route for /privacy-policy to liquid explorer routing
This commit is contained in:
parent
d061f7589c
commit
b05ebe1598
@ -371,6 +371,10 @@ if (browserWindowEnv && browserWindowEnv.BASE_MODULE === 'liquid') {
|
||||
path: 'terms-of-service',
|
||||
component: TermsOfServiceComponent
|
||||
},
|
||||
{
|
||||
path: 'privacy-policy',
|
||||
component: PrivacyPolicyComponent
|
||||
},
|
||||
{
|
||||
path: 'trademark-policy',
|
||||
component: TrademarkPolicyComponent
|
||||
|
Loading…
Reference in New Issue
Block a user