mirror of
https://github.com/mito-systems/ranger-app.git
synced 2026-05-05 01:32:04 +00:00
rm url div
This commit is contained in:
parent
af06702049
commit
3f03e714aa
@ -122,9 +122,6 @@ export default function AnimalsPage() {
|
||||
<div className="aspect-video rounded-lg overflow-hidden mb-4 bg-emerald-900/50">
|
||||
{record.attributes?.imageUrl ? (
|
||||
<>
|
||||
<div className="absolute top-0 right-0 bg-black/70 text-xs text-white p-1 z-10">
|
||||
URL: {record.attributes.imageUrl.substring(0, 30)}...
|
||||
</div>
|
||||
<img
|
||||
src={record.attributes.imageUrl}
|
||||
alt={`Wildlife sighting of ${record.attributes.mainObject}`}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user