Changed fou link

This commit is contained in:
DutchEllie 2022-03-12 20:26:36 +01:00
parent d2c19667fc
commit 8c3a1884ae

View File

@ -30,7 +30,7 @@ func (f *friendsPanel) Render() app.UI {
app.Ul().Body( app.Ul().Body(
app.Li().Body( app.Li().Body(
app.IFrame(). app.IFrame().
Src("forestofunix.xyz"). Src("https://forestofunix.xyz").
Class("friend-iframe"), Class("friend-iframe"),
), ),
), ),