Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/[locale]/apps/[application]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ const Page = async ({
</p>
<LinkOverlay
href={`/apps/${slugify(nextApp.name)}`}
customEventOptions={{
matomoEvent={{
eventCategory: "detail",
eventAction: `app name ${app.name}`,
eventName: "see_next",
Expand Down
2 changes: 1 addition & 1 deletion app/[locale]/apps/_components/AppCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const AppCard = ({
<LinkOverlay
href={`/apps/${slugify(app.name)}`}
className="no-underline"
customEventOptions={{
matomoEvent={{
eventCategory: matomoCategory,
eventAction: `${matomoAction}`,
eventName: `app name ${app.name}`,
Expand Down
2 changes: 1 addition & 1 deletion app/[locale]/apps/_components/AppsHighlight.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const AppsHighlight = ({ apps, matomoCategory }: AppsHighlightProps) => {
<LinkOverlay
href={`/apps/${slugify(app.name)}`}
className="no-underline"
customEventOptions={{
matomoEvent={{
eventCategory: matomoCategory,
eventAction: "highlights",
eventName: `app name ${app.name}`,
Expand Down
2 changes: 1 addition & 1 deletion app/[locale]/apps/_components/TopApps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const TopApps = ({ appsData }: TopAppsProps) => {
<LinkOverlay
href={`/apps/categories/${slugify(category)}`}
className="text-body no-underline"
customEventOptions={{
matomoEvent={{
eventCategory: "apps",
eventAction: "categories",
eventName: `topapps_category_name_${category}`,
Expand Down
Loading