Linkify feedback link (#11414)

Make it clickable
This commit is contained in:
pakrym-oai 2026-02-11 11:21:03 -08:00 committed by GitHub
parent 2fac9cc8cd
commit 2c3ce2048d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -129,7 +129,7 @@ impl FeedbackNoteView {
Line::from(" Share this and add some info about your problem:"),
Line::from(vec![
" ".into(),
format!("go/codex-feedback/{thread_id}").bold(),
format!("https://go/codex-feedback/{thread_id}").bold(),
]),
]);
}