File tree Expand file tree Collapse file tree 5 files changed +16
-4
lines changed Expand file tree Collapse file tree 5 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1
1
< div class ="p-10 ">
2
- < div class ="mx-auto max-w-6xl w-full prose ">
3
- < p > apps</ p >
2
+ < div class ="mx-auto max-w-6xl w-full prose ">
3
+
4
+ < div class ="flex justify-between items-center ">
5
+ < h2 class ="mt-0 "> Apps</ h2 >
6
+ < button class ="btn "> Create a new app</ button >
7
+ </ div >
8
+
9
+ < div >
10
+
11
+ </ div >
12
+
4
13
</ div >
5
14
</ div >
Original file line number Diff line number Diff line change 1
1
< div class ="flex bg-base-200 flex-col justify-center items-center min-h-screen ">
2
2
3
- < div class ="grid grid-cols-2 divide-x ">
3
+ < div class ="grid grid-cols-2 divide-x items-center ">
4
4
5
- < h1 class ="font-bold text-xl text-center p-5 ">
5
+ < h1 class ="font-bold text-2xl text-center p-5 ">
6
6
< %= statusCode %>
7
7
</ h1 >
8
8
Original file line number Diff line number Diff line change 1
1
< div class ="p-10 ">
2
2
< div class ="mx-auto max-w-6xl w-full prose ">
3
+ < h2 > Prose</ h2 >
3
4
< p > profile</ p >
4
5
</ div >
5
6
</ div >
Original file line number Diff line number Diff line change 1
1
< div class ="p-10 ">
2
2
< div class ="mx-auto max-w-6xl w-full prose ">
3
+ < h2 > Settings</ h2 >
3
4
< p > settings</ p >
4
5
</ div >
5
6
</ div >
Original file line number Diff line number Diff line change 1
1
< div class ="p-10 ">
2
2
< div class ="mx-auto max-w-6xl w-full prose ">
3
+ < h2 > Terms of Service</ h2 >
3
4
< p > terms of service</ p >
4
5
</ div >
5
6
</ div >
You can’t perform that action at this time.
0 commit comments