Skip to content

Commit 48a551e

Browse files
committed
remove dev pad link
1 parent 3578738 commit 48a551e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

site/src/main.rs

+1-7
Original file line numberDiff line numberDiff line change
@@ -489,13 +489,7 @@ pub fn Pad() -> impl IntoView {
489489
<Title text="Pad - Uiua"/>
490490
<Editor mode=EditorMode::Pad example={ &src } help=help/>
491491
<br/>
492-
{
493-
if window().location().host().unwrap().ends_with("uiua.org") {
494-
view!(<h3>"Try the "<a href="https://uiua.dev/pad">"new pad"</a>"!"</h3>).into_view()
495-
} else {
496-
view!(<br/>).into_view()
497-
}
498-
}
492+
<br/>
499493
<br/>
500494
<p>"You can load files into the pad by dragging and dropping them into the window."</p>
501495
<p>"Replace "<code>"pad"</code>" in links with "<code>"embed"</code>" or "<code>"embedpad"</code>" to embed the editor."</p>

0 commit comments

Comments
 (0)