Pavle Golubovic 3 년 전
부모
커밋
302ae9644f
4개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 1
    1
      frontend/package.json
  2. 2
    2
      frontend/public/index.html
  3. 1
    1
      frontend/src/pages/Home.jsx
  4. 1
    1
      frontend/src/pages/WorkWithUs.jsx

+ 1
- 1
frontend/package.json 파일 보기

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

+ 2
- 2
frontend/public/index.html 파일 보기

@@ -27,14 +27,14 @@
<title>Diligent Software</title>

<!-- 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>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-PTZC3WLTZ1');
</script>
</script> -->

</head>
<body>

+ 1
- 1
frontend/src/pages/Home.jsx 파일 보기

@@ -54,7 +54,7 @@ export default function Home({scrollToView, forwardedRef}) {
document.title = 'Diligent Software';
},[]);

useAnalytics();
// useAnalytics();


useEffect(() => {

+ 1
- 1
frontend/src/pages/WorkWithUs.jsx 파일 보기

@@ -87,7 +87,7 @@ const HelpParagraph = ({title, paragraph}) => {
}

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

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

Loading…
취소
저장