File tree Expand file tree Collapse file tree 3 files changed +0
-45
lines changed Expand file tree Collapse file tree 3 files changed +0
-45
lines changed Original file line number Diff line number Diff line change @@ -15,21 +15,6 @@ export default function BiblePage() {
15
15
16
16
return (
17
17
< div className = "flex h-full min-h-screen flex-col" >
18
- < header className = "flex items-center justify-between bg-slate-800 p-4 text-white" >
19
- < h1 className = "text-3xl font-bold" >
20
- < Link to = "." > Bible</ Link >
21
- </ h1 >
22
- < p > { user . email } </ p >
23
- < Form action = "/logout" method = "post" >
24
- < button
25
- type = "submit"
26
- className = "rounded bg-slate-600 px-4 py-2 text-blue-100 hover:bg-blue-500 active:bg-blue-600"
27
- >
28
- Logout
29
- </ button >
30
- </ Form >
31
- </ header >
32
-
33
18
< main className = "flex h-full bg-white" >
34
19
< div className = "h-full w-80 border-r bg-gray-50" >
35
20
< hr />
Original file line number Diff line number Diff line change @@ -17,21 +17,6 @@ export default function NotesPage() {
17
17
18
18
return (
19
19
< div className = "flex h-full min-h-screen flex-col" >
20
- < header className = "flex items-center justify-between bg-slate-800 p-4 text-white" >
21
- < h1 className = "text-3xl font-bold" >
22
- < Link to = "." > Notes</ Link >
23
- </ h1 >
24
- < p > { user . email } </ p >
25
- < Form action = "/logout" method = "post" >
26
- < button
27
- type = "submit"
28
- className = "rounded bg-slate-600 px-4 py-2 text-blue-100 hover:bg-blue-500 active:bg-blue-600"
29
- >
30
- Logout
31
- </ button >
32
- </ Form >
33
- </ header >
34
-
35
20
< main className = "flex h-full bg-white" >
36
21
< div className = "h-full w-80 border-r bg-gray-50" >
37
22
< Link to = "new" className = "block p-4 text-xl text-blue-500" >
Original file line number Diff line number Diff line change @@ -15,21 +15,6 @@ export default function PortalPage() {
15
15
16
16
return (
17
17
< div className = "flex h-full min-h-screen flex-col" >
18
- < header className = "flex items-center justify-between bg-slate-800 p-4 text-white" >
19
- < h1 className = "text-3xl font-bold" >
20
- < Link to = "." > Portal</ Link >
21
- </ h1 >
22
- < p > { user . email } </ p >
23
- < Form action = "/logout" method = "post" >
24
- < button
25
- type = "submit"
26
- className = "rounded bg-slate-600 px-4 py-2 text-blue-100 hover:bg-blue-500 active:bg-blue-600"
27
- >
28
- Logout
29
- </ button >
30
- </ Form >
31
- </ header >
32
-
33
18
< main className = "flex h-full bg-white" >
34
19
< div className = "h-full w-80 border-r bg-gray-50" >
35
20
You can’t perform that action at this time.
0 commit comments