aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth/Pricing.js
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/auth/Pricing.js
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/auth/Pricing.js')
-rw-r--r--src/components/auth/Pricing.js2
1 files changed, 1 insertions, 1 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>