From 61a298b8ca04b67e0c2a63c3ce97bdd0aa6fbad6 Mon Sep 17 00:00:00 2001 From: Ali Piry Date: Wed, 5 Feb 2025 12:50:35 +0330 Subject: [PATCH] chore --- eslint.config.mjs | 2 +- src/app/globals.css | 4 ++-- src/ui/footer/footer.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index c21e2eb..5f328cb 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -48,7 +48,7 @@ const eslintConfig = [ "next", "next/core-web-vitals", "plugin:@typescript-eslint/recommended", - "prettier" + "prettier", ), { rules: { diff --git a/src/app/globals.css b/src/app/globals.css index 2f23dae..eadbf95 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -1,4 +1,4 @@ -@import 'tailwindcss'; +@import "tailwindcss"; @plugin "@tailwindcss/typography"; @@ -12,4 +12,4 @@ --z-index-3: 3; --z-index-4: 4; --z-index-5: 5; -} \ No newline at end of file +} diff --git a/src/ui/footer/footer.tsx b/src/ui/footer/footer.tsx index 747e60a..e7d0925 100644 --- a/src/ui/footer/footer.tsx +++ b/src/ui/footer/footer.tsx @@ -2,7 +2,7 @@ import FooterContentContainer from "./footer-content-container"; export default function Footer() { return ( -