tutorial fix and logo

This commit is contained in:
ntr 2019-12-24 18:52:56 +10:00
parent 3147ae2bb2
commit 667e880edd
3 changed files with 6 additions and 1 deletions

View File

@ -317,6 +317,10 @@ li {
// pointer-events: none;
}
header {
// font-size: 1.2em;
}
#clipboard {
width: 1px;
height: 1px;

View File

@ -18,7 +18,7 @@ class Logo extends Component {
viewBox="0 0 400 400">
<filter id='noiseFilter'>
<feTurbulence type="turbulence" baseFrequency="0.5" numOctaves="1" result="turbulence"></feTurbulence>
<feDisplacementMap in2="turbulence" in="SourceGraphic" scale="4" xChannelSelector="R" yChannelSelector="G"></feDisplacementMap>
<feDisplacementMap in2="turbulence" in="SourceGraphic" scale="5" xChannelSelector="R" yChannelSelector="G"></feDisplacementMap>
</filter>
</svg>
</div>

View File

@ -117,6 +117,7 @@ function registerEvents(store) {
}
store.dispatch(actions.setAccount(account));
store.dispatch(actions.setTutorial(null));
store.dispatch(actions.setAuthenticated(true));
}