diff --git a/.gitignore b/.gitignore index c97c009..9921559 100644 --- a/.gitignore +++ b/.gitignore @@ -110,7 +110,7 @@ # Logs and databases ############################ -/strapi/.tmp +# /strapi/.tmp # Dev only: allow shared database /strapi/*.log /strapi/*.sql /strapi/*.sqlite @@ -125,7 +125,7 @@ /strapi/ssl /strapi/.idea /strapi/nbproject -/strapi/public/uploads/* +# /strapi/public/uploads/* # Dev only: allow shared images !/strapi/public/uploads/.gitkeep ############################ diff --git a/next/components/dev/EileenComponent.tsx b/next/components/dev/EileenComponent.tsx index b0e0d8f..87320b8 100644 --- a/next/components/dev/EileenComponent.tsx +++ b/next/components/dev/EileenComponent.tsx @@ -4,6 +4,6 @@ import { useState } from "react"; export default function EileenComponent() { const [state, setState] = useState(null); - + return
Eileen
; -} \ No newline at end of file +} diff --git a/next/components/header/header.tsx b/next/components/header/header.tsx index cf8986f..8db3f6b 100644 --- a/next/components/header/header.tsx +++ b/next/components/header/header.tsx @@ -30,7 +30,7 @@ export default async function Header() {