aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-06-03 19:46:40 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-06-03 22:10:17 +0530
commitc5bdbca91466667f36be08881ecaff31006b06a8 (patch)
tree6048025b6042a1733c5ff90831c1c7b8db96920c /src/components
parentAdjust link opening behavior (diff)
downloadferdium-app-c5bdbca91466667f36be08881ecaff31006b06a8.tar.gz
ferdium-app-c5bdbca91466667f36be08881ecaff31006b06a8.tar.zst
ferdium-app-c5bdbca91466667f36be08881ecaff31006b06a8.zip
Upgraded electron to '13.1.0'.
Diffstat (limited to 'src/components')
-rw-r--r--src/components/auth/Pricing.js2
-rw-r--r--src/components/services/content/ErrorHandlers/WebviewErrorHandler.js2
-rw-r--r--src/components/services/tabs/TabItem.js2
-rw-r--r--src/components/settings/settings/EditSettingsForm.js6
4 files changed, 6 insertions, 6 deletions
diff --git a/src/components/auth/Pricing.js b/src/components/auth/Pricing.js
index 4f5a76c8a..fecc6ba56 100644
--- a/src/components/auth/Pricing.js
+++ b/src/components/auth/Pricing.js
@@ -221,7 +221,7 @@ export default @injectSheet(styles) @observer class Signup extends Component {
221 <p className={classnames(classes.price, classes.trialPrice)}> 221 <p className={classnames(classes.price, classes.trialPrice)}>
222 <span className={classes.figure}> 222 <span className={classes.figure}>
223 {currency} 223 {currency}
224 0 224 0
225 </span> 225 </span>
226 <sup>00</sup> 226 <sup>00</sup>
227 </p> 227 </p>
diff --git a/src/components/services/content/ErrorHandlers/WebviewErrorHandler.js b/src/components/services/content/ErrorHandlers/WebviewErrorHandler.js
index 37ccc8e51..36e0ac418 100644
--- a/src/components/services/content/ErrorHandlers/WebviewErrorHandler.js
+++ b/src/components/services/content/ErrorHandlers/WebviewErrorHandler.js
@@ -61,7 +61,7 @@ export default @injectSheet(styles) @observer class WebviewErrorHandler extends
61 <p> 61 <p>
62 <strong> 62 <strong>
63 {intl.formatMessage(messages.errorMessage)} 63 {intl.formatMessage(messages.errorMessage)}
64: 64 :
65 </strong> 65 </strong>
66 {' '} 66 {' '}
67 {errorMessage} 67 {errorMessage}
diff --git a/src/components/services/tabs/TabItem.js b/src/components/services/tabs/TabItem.js
index d4714a809..5c3149a11 100644
--- a/src/components/services/tabs/TabItem.js
+++ b/src/components/services/tabs/TabItem.js
@@ -214,7 +214,7 @@ const styles = {
214 && service.unreadDirectMessageCount === 0 214 && service.unreadDirectMessageCount === 0
215 && service.isIndirectMessageBadgeEnabled && ( 215 && service.isIndirectMessageBadgeEnabled && (
216 <span className="tab-item__message-count is-indirect"> 216 <span className="tab-item__message-count is-indirect">
217 217
218 </span> 218 </span>
219 )} 219 )}
220 {service.isHibernating && !service.isHibernationEnabled && ( 220 {service.isHibernating && !service.isHibernationEnabled && (
diff --git a/src/components/settings/settings/EditSettingsForm.js b/src/components/settings/settings/EditSettingsForm.js
index 28f456608..0c0366335 100644
--- a/src/components/settings/settings/EditSettingsForm.js
+++ b/src/components/settings/settings/EditSettingsForm.js
@@ -675,13 +675,13 @@ export default @observer class EditSettingsForm extends Component {
675 <span> 675 <span>
676 676
677 677
678 Ferdi is based on 678 Ferdi is based on
679 {' '} 679 {' '}
680 <a href="https://github.com/meetfranz/franz" target="_blank">Franz</a> 680 <a href="https://github.com/meetfranz/franz" target="_blank">Franz</a>
681 681
682 682
683 , a project published 683 , a project published
684 under the 684 under the
685 {' '} 685 {' '}
686 <a href="https://github.com/meetfranz/franz/blob/master/LICENSE" target="_blank">Apache-2.0 License</a> 686 <a href="https://github.com/meetfranz/franz/blob/master/LICENSE" target="_blank">Apache-2.0 License</a>
687 </span> 687 </span>