Skip to content

Commit 8e90d28

Browse files
committed
menu
1 parent a87fa2f commit 8e90d28

File tree

3 files changed

+0
-45
lines changed

3 files changed

+0
-45
lines changed

app/routes/bible.tsx

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,6 @@ export default function BiblePage() {
1515

1616
return (
1717
<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-
3318
<main className="flex h-full bg-white">
3419
<div className="h-full w-80 border-r bg-gray-50">
3520
<hr />

app/routes/notes.tsx

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,6 @@ export default function NotesPage() {
1717

1818
return (
1919
<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-
3520
<main className="flex h-full bg-white">
3621
<div className="h-full w-80 border-r bg-gray-50">
3722
<Link to="new" className="block p-4 text-xl text-blue-500">

app/routes/portal.tsx

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,6 @@ export default function PortalPage() {
1515

1616
return (
1717
<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-
3318
<main className="flex h-full bg-white">
3419
<div className="h-full w-80 border-r bg-gray-50">
3520

0 commit comments

Comments
 (0)