Skip to content
Snippets Groups Projects
Commit 0db90e03 authored by Jono Wenger's avatar Jono Wenger
Browse files

Fix link

parent e662ef86
No related branches found
No related tags found
No related merge requests found
......@@ -400,7 +400,7 @@ func page3(inputs Inputs) *gowd.Element {
_, _ = autoCalcWarn.AddHTML(`<img src="img/Warning_icon.svg"/><strong>Warning:</strong>&nbsp;For team stake auto calculate to ensure your node gets into the active set, you must also nominate your own node. This is your responsibility as a node operator.`, nil)
autoCalcWarn.Hide()
autoCalcNote := bootstrap.NewElement("p", "note")
_, _ = autoCalcNote.AddHTML(`<img src="img/Note_icon.svg"/><strong>Note:</strong>&nbsp;For more information about team stake auto calculate, refer to&nbsp;<a onclick="window.nw.Shell.openExternal('https://xx.network/archive/mainnet-transition/')">ARTICLE</a>.`, nil)
_, _ = autoCalcNote.AddHTML(`<img src="img/Note_icon.svg"/><strong>Note:</strong>&nbsp;For more information about team stake auto calculate, refer to the&nbsp;<a onclick="window.nw.Shell.openExternal('https://xxnetwork.wiki/Team_Stake_Auto_Calculate')">Team Stake Auto Calculate</a>&nbsp;article.`, nil)
autoCalcNote.Hide()
autoCalcRadio.AddElement(autoCalcWarn)
autoCalcRadio.AddElement(autoCalcNote)
......@@ -412,7 +412,7 @@ func page3(inputs Inputs) *gowd.Element {
autoCalcWarnP := bootstrap.NewElement("p", "warn")
_, _ = autoCalcWarnP.AddHTML(`<img src="img/Warning_icon.svg"/><strong>Warning:</strong>&nbsp;For team stake auto calculate to ensure your node gets into the active set, you must also nominate your own node. This is your responsibility as a node operator.`, nil)
autoCalcNoteP := bootstrap.NewElement("p", "note")
_, _ = autoCalcNoteP.AddHTML(`<img src="img/Note_icon.svg"/><strong>Note:</strong>&nbsp;For more information about team stake auto calculate, refer to&nbsp;<a onclick="window.nw.Shell.openExternal('https://xx.network/archive/mainnet-transition/')">ARTICLE</a>.`, nil)
_, _ = autoCalcNoteP.AddHTML(`<img src="img/Note_icon.svg"/><strong>Note:</strong>&nbsp;For more information about team stake auto calculate, refer to the&nbsp;<a onclick="window.nw.Shell.openExternal('https://xxnetwork.wiki/Team_Stake_Auto_Calculate')">Team Stake Auto Calculate</a>&nbsp;article.`, nil)
clearBtn := bootstrap.NewElement("img", "clearBtn")
clearBtn.SetAttribute("src", "img/Clear_icon.svg")
popupText.AddElement(clearBtn)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment