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

index b291e31e7eb789a6dd894236e13e19b6383125c9..6d133643cbba9e96f96b7213d2da4253ee5077a1 100755 (executable)
@@ -21,7 +21,7 @@ const App = () => {
         <AuthProvider>
           <div className="flex flex-col min-h-screen">
             <AppHeader />
-            <main className="flex-grow pt-16"> {/* Padding for sticky header */}
+            <main className="flex-grow pt-18"> {/* Padding for sticky header */}
               <AppRoutes />
             </main>
           </div>