diff --git a/src/components/map/MapTile.js b/src/components/map/MapTile.js
index 4ef6b41..ca243a6 100644
--- a/src/components/map/MapTile.js
+++ b/src/components/map/MapTile.js
@@ -1,5 +1,5 @@
import React, { useState, useEffect } from "react";
-import { Flex, Image as UIImage, IconButton, Box } from "theme-ui";
+import { Flex, Image as UIImage, IconButton, Box, Text } from "theme-ui";
import db from "../../database";
@@ -126,6 +126,24 @@ function MapTile({
sx={{ width: "100%", height: "100%", objectFit: "contain" }}
src={mapSource}
/>
+
+
+ {map.name}
+
+
{/* Show expand button only if both reset and remove is available */}
{isSelected && (