diff --git a/client/src/App.css b/client/src/App.css index b5c61c9..e69de29 100644 --- a/client/src/App.css +++ b/client/src/App.css @@ -1,3 +0,0 @@ -@tailwind base; -@tailwind components; -@tailwind utilities; diff --git a/client/src/componetnts/Navbar.jsx b/client/src/componetnts/Navbar.jsx index 0dd1a56..5a8fc02 100644 --- a/client/src/componetnts/Navbar.jsx +++ b/client/src/componetnts/Navbar.jsx @@ -37,7 +37,7 @@ const Navbar = () => { {token ? ( <>
-

+

Please Don't Refresh the Page!!

@@ -45,9 +45,9 @@ const Navbar = () => { ) : ( <>
- +
diff --git a/client/tailwind.config.js b/client/tailwind.config.js index 5a66654..0da7ffa 100644 --- a/client/tailwind.config.js +++ b/client/tailwind.config.js @@ -4,7 +4,11 @@ module.exports = { "./src/**/*.{js,jsx,ts,tsx}", ], theme: { - extend: {}, + extend: { + fontFamily: { + roboto: ['Roboto Slab', 'serif'], + } + }, }, plugins: [], } \ No newline at end of file