mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-10 09:19:24 +01:00
Remove disclaimer for lightning being in experimentation
This commit is contained in:
parent
f23078df1c
commit
f9a43b537f
1 changed files with 0 additions and 12 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue