We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3578738 commit 48a551eCopy full SHA for 48a551e
site/src/main.rs
@@ -489,13 +489,7 @@ pub fn Pad() -> impl IntoView {
489
<Title text="Pad - Uiua"/>
490
<Editor mode=EditorMode::Pad example={ &src } help=help/>
491
<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
+ <br/>
499
500
<p>"You can load files into the pad by dragging and dropping them into the window."</p>
501
<p>"Replace "<code>"pad"</code>" in links with "<code>"embed"</code>" or "<code>"embedpad"</code>" to embed the editor."</p>
0 commit comments