Files
simplex-chat/website/src/_data/simplex_network_overlay.json
M Sarmad Qadeer f5670c39da website: add support for overlay hash in URL (#1974)
* website: add support for overlay hash in URL

* website: update the overlay hashes

* website: fix the ui of donate button in join simplex section

* website: make the text selectable of unique & explained swiper

* scroll to popup context

---------

Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
2023-03-06 22:25:54 +00:00

16 lines
498 B
JSON

{
"sections": [
{
"id": 1,
"imgLight": "/img/new/network-1.svg",
"imgDark": "/img/new/network-1-dark.svg",
"overlayContent": {
"overlayId": "comparison-with-p2p-protocols",
"overlayScrollTo": "network",
"title": "simplex-network-overlay-1-title",
"showImage": true,
"contentBody": "overlay_content/simplex_network/card_1.html"
}
}
]
}