]> PHS Git Server - phs-admin.git/commitdiff
Adding .truncate to @lodash.js.
authorcharleswrayjr <charleswrayjr@gmail.com>
Sat, 13 Sep 2025 16:15:30 +0000 (11:15 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Sat, 13 Sep 2025 16:15:30 +0000 (11:15 -0500)
src/App.js

index 9499762738f6bdda86524559c9265d6fed9fe9ef..6cd190169c2975e87f0e411d87117ae955323e9f 100755 (executable)
@@ -21,7 +21,7 @@ const App = () => {
         <AuthProvider>
           <div className="flex flex-col min-h-screen">
             <AppHeader />
-            <main className="flex-grow pt-22"> {/* Padding for sticky header */}
+            <main className="flex-grow pt-22" style={{ paddingTop: '64px' }}> {/* Padding for sticky header */}
               <AppRoutes />
             </main>
           </div>