Fix symlink icon in the project panel (#15537)

Closes https://github.com/zed-industries/zed/issues/15481

---

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2024-07-31 18:58:07 -03:00 committed by GitHub
parent 236e72df38
commit a6f73c10d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2108,6 +2108,7 @@ impl ProjectPanel {
this.end_slot::<AnyElement>(
div()
.id("symlink_icon")
.pr_3()
.tooltip(move |cx| {
Tooltip::text(format!("{path} • Symbolic Link"), cx)
})