Merge branch 'develop' into feature/account-menu-react
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.sn-component
|
||||
.sk-menu-panel.dropdown-menu
|
||||
a.no-decoration(
|
||||
href='https://standardnotes.org/extensions',
|
||||
href='https://standardnotes.com/extensions',
|
||||
ng-if='self.state.extensions.length == 0',
|
||||
rel='noopener',
|
||||
target='blank'
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
.sk-app-bar-item-column
|
||||
div
|
||||
a.sk-label.sk-base(
|
||||
href='https://dashboard.standardnotes.org',
|
||||
href='https://dashboard.standardnotes.com',
|
||||
rel='noopener',
|
||||
target='_blank'
|
||||
)
|
||||
@@ -29,7 +29,7 @@
|
||||
.sk-app-bar-item
|
||||
.sk-app-bar-item-column
|
||||
a.sn-button.small.warning(
|
||||
href='https://standardnotes.org/help/41/expired',
|
||||
href='https://standardnotes.com/help/41/expired',
|
||||
rel='noopener',
|
||||
target='_blank'
|
||||
) Help
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
ng-if='editor.conflictOf'
|
||||
) Conflicted copy
|
||||
a.no-decoration(
|
||||
href='https://standardnotes.org/extensions',
|
||||
href='https://standardnotes.com/extensions',
|
||||
ng-if='self.state.editors.length == 0',
|
||||
rel='noopener',
|
||||
target='blank'
|
||||
|
||||
@@ -17,10 +17,10 @@
|
||||
| Extensions use an offline messaging system to communicate. Learn more at
|
||||
|
|
||||
a.sk-a.info(
|
||||
href='https://standardnotes.org/permissions',
|
||||
href='https://standardnotes.com/permissions',
|
||||
rel='noopener',
|
||||
target='_blank'
|
||||
) https://standardnotes.org/permissions.
|
||||
) https://standardnotes.com/permissions.
|
||||
.sk-panel-footer
|
||||
button.sn-button.info.block.w-full.text-base.py-3(
|
||||
ng-click='ctrl.accept()'
|
||||
|
||||
Reference in New Issue
Block a user