{url ? (
{url}
) : (
No verified URL. Open the original article in your browser, copy the link,
then click ⋯ below to paste it. Tibeb will remember it from then on.
)}
{showEdit && (
setEditVal(e.target.value)}
onKeyDown={e => { if (e.key === 'Enter') saveUrl(); if (e.key === 'Escape') setShowEdit(false); }}
autoFocus
style={{
flex: 1, background: 'transparent', border: '1px solid var(--line-2)',
color: 'var(--text)', padding: '6px 8px', fontSize: 11.5, fontFamily: "'JetBrains Mono', monospace"
}}
/>
)}
URL not yet verified. Click ⋯ to paste the actual source URL.