Skip to content

Commit

Permalink
Update analityc file
Browse files Browse the repository at this point in the history
  • Loading branch information
d9it committed Mar 13, 2024
1 parent 4b9d592 commit 2979ba8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified public/images/mypb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions resources/views/layouts/analytics.blade.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id={{ $analytics->body }}"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id={{ $analytics?->body }}"></script>
<script>
window.dataLayer = window.dataLayer || [];
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', '{{ $analytics->body }}');
gtag('config', '{{ $analytics?->body }}');
</script>

0 comments on commit 2979ba8

Please sign in to comment.