Browse Source

fix(fact): update styles to the random fact on LndSyncing

renovate/lint-staged-8.x
Jack Mallers 7 years ago
parent
commit
1238d40c94
  1. 2
      app/components/LndSyncing/LndSyncing.js
  2. 4
      app/components/LndSyncing/LndSyncing.scss

2
app/components/LndSyncing/LndSyncing.js

@ -8,7 +8,7 @@ class LndSyncing extends Component {
facts: [
{
title: 'No2x',
description: 'Segwit2x is a hard fork proposal led by Barry Silbert and the NYA. It is bullshit. Fuck that shit.'
description: 'Segwit2x is a hard fork proposal led by Barry Silbert and the NYA signers. The idea was drawn up and signed in a locked hotel room with select individuals and goes against everything that Bitcoin stands for. There is no favoritism in Bitcoin. There are no politicians. Hash power and business don\'t speak for us. Don\'t trust, verify.'
},
{
title: 'Gang',

4
app/components/LndSyncing/LndSyncing.scss

@ -23,6 +23,10 @@
.fact {
transition: all 0.25s;
width: 50%;
line-height: 1.5;
letter-spacing: 1.1px;
h2 {
font-size: 50px;
margin-bottom: 10px;

Loading…
Cancel
Save