Remove disclaimer for lightning being in experimentation

This commit is contained in:
nicolas.dorier 2023-12-24 11:12:51 +09:00
parent f23078df1c
commit f9a43b537f
No known key found for this signature in database
GPG key ID: 6618763EF09186FE

View file

@ -4,18 +4,6 @@
ViewData.SetActivePage(StoreNavPages.LightningSettings, "Connect to a Lightning node", Context.GetStoreData().Id); ViewData.SetActivePage(StoreNavPages.LightningSettings, "Connect to a Lightning node", Context.GetStoreData().Id);
} }
<header class="text-center">
<h1>@ViewData["Title"]</h1>
<div class="d-flex mt-4 mb-5">
<vc:icon symbol="warning"/>
<p class="text-secondary text-start mb-0">
Please understand that the Lightning Network is still under active development and considered experimental.
Before you proceed, take time to familiarize yourself with the risks.
<a href="https://docs.btcpayserver.org/LightningNetwork/" target="_blank" rel="noreferrer noopener">More information</a>
</p>
</div>
</header>
@section PageHeadContent { @section PageHeadContent {
<style> <style>
header .icon-warning { header .icon-warning {