Pavle Golubovic před 3 roky
rodič
revize
302ae9644f

+ 1
- 1
frontend/package.json Zobrazit soubor

{ {
"name": "frontend", "name": "frontend",
"version": "1.0.23",
"version": "1.0.24",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@faceless-ui/slider": "^1.1.14", "@faceless-ui/slider": "^1.1.14",

+ 2
- 2
frontend/public/index.html Zobrazit soubor

<title>Diligent Software</title> <title>Diligent Software</title>


<!-- Google tag (gtag.js) --> <!-- Google tag (gtag.js) -->
<script async src='https://www.googletagmanager.com/gtag/js?id=G-PTZC3WLTZ1'></script>
<!-- <script async src='https://www.googletagmanager.com/gtag/js?id=G-PTZC3WLTZ1'></script>
<script> <script>
window.dataLayer = window.dataLayer || []; window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); } function gtag() { dataLayer.push(arguments); }
gtag('js', new Date()); gtag('js', new Date());
gtag('config', 'G-PTZC3WLTZ1'); gtag('config', 'G-PTZC3WLTZ1');
</script>
</script> -->


</head> </head>
<body> <body>

+ 1
- 1
frontend/src/pages/Home.jsx Zobrazit soubor

document.title = 'Diligent Software'; document.title = 'Diligent Software';
},[]); },[]);


useAnalytics();
// useAnalytics();




useEffect(() => { useEffect(() => {

+ 1
- 1
frontend/src/pages/WorkWithUs.jsx Zobrazit soubor

} }


const WorkWithUs = () => { const WorkWithUs = () => {
useAnalytics();
//useAnalytics();


useEffect(() => { useEffect(() => {
document.title = 'Work With Us'; document.title = 'Work With Us';

Načítá se…
Zrušit
Uložit