Explorar el Código

chore: update posts submodule and add Layout component changes

Adam Jafarov hace 1 semana
padre
commit
e573efdacb
Se han modificado 2 ficheros con 4 adiciones y 1 borrados
  1. 1 1
      public/posts
  2. 3 0
      src/components/Layout.jsx

+ 1 - 1
public/posts

@@ -1 +1 @@
-Subproject commit 9a9aefed4d7fd36293ebb0d40a10b584758e7188
+Subproject commit 2b10ee95a97012a01b65ee7615a8fd84990bafc6

+ 3 - 0
src/components/Layout.jsx

@@ -50,6 +50,9 @@ export function NavHeader() {
                                 Logout
                                 Logout
                             </button>
                             </button>
                         </li>
                         </li>
+                    ) : (
+                        <li>
+                        </li>
                     )}
                     )}
                 </ul>
                 </ul>
             </nav>
             </nav>