mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Make Ton logo in README a link to ton.org
This commit is contained in:
parent
4873bd77cd
commit
436b9f127d
1 changed files with 6 additions and 4 deletions
10
README.md
10
README.md
|
@ -1,8 +1,10 @@
|
|||
<div align="center">
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="https://ton.org/download/ton_logo_dark_background.svg">
|
||||
<img alt="TON logo" src="https://ton.org/download/ton_logo_light_background.svg">
|
||||
</picture>
|
||||
<a href="https://ton.org">
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="https://ton.org/download/ton_logo_dark_background.svg">
|
||||
<img alt="TON logo" src="https://ton.org/download/ton_logo_light_background.svg">
|
||||
</picture>
|
||||
</a>
|
||||
<h3>Reference implementation of TON Node and tools</h3>
|
||||
<hr/>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue