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";
|
||||
}
|
||||
if (cameraEl) {
|
||||
cameraEl.textContent = currentPhoto.camera || "";
|
||||
cameraEl.textContent = `📸 ${currentPhoto.camera}`
|
||||
}
|
||||
if (locationEl) {
|
||||
locationEl.textContent = currentPhoto.location || "";
|
||||
locationEl.textContent = `📌 ${currentPhoto.location}`
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user