From d6f900f7b5b112467cac60c37d90d301ba434fee Mon Sep 17 00:00:00 2001 From: Ahmad <103906421+ahmadk953@users.noreply.github.com> Date: Fri, 1 Mar 2024 21:51:44 -0500 Subject: [PATCH] Small Fixes --- .github/workflows/eslint.yml | 4 ++-- app/(marketing)/(legal)/privacy-policy/page.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 7b006a3..7a4ddbe 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -44,14 +44,14 @@ jobs: - name: Run ESLint run: npx next lint - --config .eslintrc.js + --config .eslintrc.json --ext .js,.jsx,.ts,.tsx --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif continue-on-error: true - name: Upload analysis results to GitHub - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: eslint-results.sarif wait-for-processing: true \ No newline at end of file diff --git a/app/(marketing)/(legal)/privacy-policy/page.tsx b/app/(marketing)/(legal)/privacy-policy/page.tsx index ebb75d2..a8513e0 100644 --- a/app/(marketing)/(legal)/privacy-policy/page.tsx +++ b/app/(marketing)/(legal)/privacy-policy/page.tsx @@ -5,7 +5,7 @@ const PrivacyPolicyPage = () => { TASKO PRIVACY POLICY -

+

TASKO (the “Company”) is committed to maintaining robust privacy protections for its users. Our Privacy Policy (“Privacy Policy”) is designed to help you understand how we collect, use and safeguard the information you provide to us and to assist you in making informed decisions when using our Service.
For purposes of this Agreement, “Site” refers to the Company’s website, which can be accessed at tasko-omega.vercel.app. @@ -69,7 +69,7 @@ const PrivacyPolicyPage = () => {
If you have any questions regarding this Privacy Policy or the practices of this Site, please contact us by sending an email to ahmad.khan@outoforgedu.onmicrosoft.com. Last Updated: This Privacy Policy was last updated on 02/20/2024. -

+
); }