diff --git a/src/app/exhibits/page.tsx b/src/app/exhibits/page.tsx index 27bfab7..311dd85 100644 --- a/src/app/exhibits/page.tsx +++ b/src/app/exhibits/page.tsx @@ -119,7 +119,7 @@ function App() {

-
+
{exhibits.map(exhibit => ( {description}

- Exhibit + Exhibit
@@ -46,16 +53,23 @@ export default function Exhibit({
-

+

{' '} {title} -

+

{description}

- Exhibit + Exhibit
)}