Skip to content

Commit

Permalink
Merge pull request #266 from nekochans/feature/issue251/remove-files
Browse files Browse the repository at this point in the history
不要ファイルの削除
  • Loading branch information
keitakn authored Nov 22, 2023
2 parents bab4865 + 444cc1d commit 961aba0
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/utils/gtm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,6 @@ export const sendClickTopFetchNewArrivalCatButton = (): void => {
});
};

export const sendClickLanguageMenuJaButton = (): void => {
window.dataLayer.push({
event: 'ClickLanguageMenuJaButton',
});
};

export const sendClickLanguageMenuEnButton = (): void => {
window.dataLayer.push({
event: 'ClickLanguageMenuEnButton',
});
};

export const sendUploadedCatImage = (): void => {
window.dataLayer.push({
event: 'UploadedCatImage',
Expand Down

1 comment on commit 961aba0

@vercel
Copy link

@vercel vercel bot commented on 961aba0 Nov 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.