Add icons to the update func
This commit is contained in:
@@ -45,10 +45,10 @@ const getImageLink = async (record: any) => {
|
|||||||
titleEl.textContent = currentPhoto.title || "Untitled";
|
titleEl.textContent = currentPhoto.title || "Untitled";
|
||||||
}
|
}
|
||||||
if (cameraEl) {
|
if (cameraEl) {
|
||||||
cameraEl.textContent = currentPhoto.camera || "";
|
cameraEl.textContent = `📸 ${currentPhoto.camera}`
|
||||||
}
|
}
|
||||||
if (locationEl) {
|
if (locationEl) {
|
||||||
locationEl.textContent = currentPhoto.location || "";
|
locationEl.textContent = `📌 ${currentPhoto.location}`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user