diff --git a/package.json b/package.json
index 679afde..b213b0c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@poap-xyz/poap-family",
- "version": "1.2.2",
+ "version": "1.2.3",
"author": {
"name": "POAP",
"url": "https://poap.xyz"
diff --git a/src/components/EventCount.js b/src/components/EventCount.js
index f134236..1254fa1 100644
--- a/src/components/EventCount.js
+++ b/src/components/EventCount.js
@@ -1,22 +1,11 @@
import TokenImage from './TokenImage'
import '../styles/event-count.css'
-function EventCount({ event, count, linkToGallery = false }) {
+function EventCount({ event, count, size = 64 }) {
return (
- {linkToGallery &&
-
-
- {count}
-
- }
- {!linkToGallery &&
- // eslint-disable-next-line jsx-a11y/anchor-is-valid
-
-
- {count}
-
- }
+
+
{count}
)
}
diff --git a/src/components/InCommon.js b/src/components/InCommon.js
index 6b80bb3..db5f70f 100644
--- a/src/components/InCommon.js
+++ b/src/components/InCommon.js
@@ -142,20 +142,25 @@ function InCommon({
{inCommonEntries.map(
([eventId, addresses]) => (
-