You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Body returns the formatted body content of the ViewModel, including information about P2P Hybrid being available with a URL to learn more, and how to enable it.
83
83
func (mViewModel) Body() string {
84
84
// TODO: Update this link to the actual NodeKit P2P Hybrid Mode documentation before release.
85
-
link:="https://d.nodekit.run/abcdef"
85
+
link:="https://b.nodekit.run/P2P"
86
86
returnlipgloss.JoinVertical(lipgloss.Center,
87
87
"",
88
88
"Did you know P2P Hybrid Mode is now available in NodeKit?",
0 commit comments