mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
settings -> options page
This commit is contained in:
@@ -140,6 +140,9 @@ export const routerTransition = trigger('routerTransition', [
|
||||
transition('tabs => sync', inSlideLeft),
|
||||
transition('sync => tabs', outSlideRight),
|
||||
|
||||
transition('tabs => options', inSlideLeft),
|
||||
transition('options => tabs', outSlideRight),
|
||||
|
||||
transition('tabs => premium', inSlideLeft),
|
||||
transition('premium => tabs', outSlideRight),
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user