Update Kickstarter launch date to 22nd

This commit is contained in:
davegson 2019-12-30 18:25:48 +01:00
parent 73114be04b
commit 77a296b1ab
2 changed files with 5 additions and 1 deletions

View file

@ -6,7 +6,7 @@
<div class="kickstarter">
<div>
<img src="{{ site.icons_url }}kickstarter.svg" alt="">
<span>Kickstarter launch 2nd January, 2020 - stay tuned</span>
<span>Kickstarter launch <a href="https://old.reddit.com/r/safing/comments/ehojfj/postponing_the_kickstarter_to_the_22nd_of_january/"><s>2nd</s> 22nd</a> January, 2020 - stay tuned</span>
</div>
</div>
</div>

View file

@ -82,6 +82,10 @@ header .h-l-v video{
padding: 10px 25px;
border-radius: 0px 0px 10px 10px;
margin-top: -0.25rem;
a {
color: white;
}
}
.kickstarter div{