mirror of
https://github.com/web3privacy/w3ps1.git
synced 2024-10-15 16:26:26 +02:00
update team
This commit is contained in:
parent
d23eacd67a
commit
9e48f07989
2 changed files with 3 additions and 5 deletions
|
@ -15,10 +15,8 @@ JSON data about `w3ps1`:
|
||||||
|
|
||||||
- Tree ([@treecz](https://twitter.com/treecz))
|
- Tree ([@treecz](https://twitter.com/treecz))
|
||||||
- Mykola Siusko ([@nicksvyaznoy](https://twitter.com/nicksvyaznoy))
|
- Mykola Siusko ([@nicksvyaznoy](https://twitter.com/nicksvyaznoy))
|
||||||
- Roman Mazur ([@romanmazur](https://twitter.com/romanmazur))
|
|
||||||
- Hedvika ([@HedvikaPa](https://twitter.com/HedvikaPa))
|
|
||||||
- Adam Sobotka ([@vorcigernix](https://twitter.com/vorcigernix))
|
|
||||||
- Coinmandeer ([@KeenOfCoin](https://twitter.com/KeenOfCoin))
|
- Coinmandeer ([@KeenOfCoin](https://twitter.com/KeenOfCoin))
|
||||||
|
- Roman Mazur ([@romanmazur](https://twitter.com/romanmazur))
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
|
@ -187,7 +187,7 @@
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
href="https://twitter.com/{data.config.twitter}"
|
href="https://twitter.com/{data.config.twitter}"
|
||||||
class="text-2xl no-underline hover:underline external animate-section"
|
class="text-xl no-underline hover:underline external animate-section"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
@{data.config.twitter}
|
@{data.config.twitter}
|
||||||
|
@ -197,7 +197,7 @@
|
||||||
<SvelteMarkdown source={data.config.authors} />
|
<SvelteMarkdown source={data.config.authors} />
|
||||||
</div>
|
</div>
|
||||||
{#if data.config.license}
|
{#if data.config.license}
|
||||||
<div class="mt-4 text-supermild">
|
<div class="mt-4 text-sm text-supermild">
|
||||||
<SvelteMarkdown source={data.config.license} />
|
<SvelteMarkdown source={data.config.license} />
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
Loading…
Reference in a new issue