Upload-Freigabe: DickenDock-Text entfernt, Kurz-URL Button via is.gd

This commit is contained in:
2026-06-06 01:36:31 +02:00
parent 1c118206b3
commit 96acfd9f8e
2 changed files with 29 additions and 1 deletions

View File

@@ -2934,7 +2934,7 @@ function PublicUpload({ token }) {
<div style={{...C.page,fontFamily:"'Courier New',monospace"}}>
<div style={C.card}>
<h1 style={{fontSize:18,color:'#4ecdc4',margin:'0 0 4px'}}>📤 Datei hochladen</h1>
<p style={{color:'rgba(255,255,255,0.35)',fontSize:12,marginBottom:18}}>DickenDock Upload</p>
{phase==='loading' && <div style={C.infoBox}> Link wird geprüft</div>}
{phase==='error' && (() => { window.location.replace('https://www.google.de'); return <div style={C.msg('error')}>Weiterleitung</div>; })()}