diff --git a/src/components/FAQs/index.tsx b/src/components/FAQs/index.tsx index 6e3441099..51e29f9b5 100644 --- a/src/components/FAQs/index.tsx +++ b/src/components/FAQs/index.tsx @@ -95,4 +95,4 @@ const FAQs: React.FC = () => { ); }; -export default FAQs; \ No newline at end of file +export default FAQs; diff --git a/src/pages/about/index.tsx b/src/pages/about/index.tsx index bb467e009..306cd55eb 100644 --- a/src/pages/about/index.tsx +++ b/src/pages/about/index.tsx @@ -23,7 +23,7 @@ export default function About() { src="https://cdn.ampproject.org/v0/amp-auto-ads-0.1.js" /> - + ); diff --git a/tailwind.config.js b/tailwind.config.js index 07dadf55d..72eec4a78 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -26,4 +26,4 @@ module.exports = { }, }, plugins: [], -}; \ No newline at end of file +};