File tree Expand file tree Collapse file tree 1 file changed +2
-24
lines changed Expand file tree Collapse file tree 1 file changed +2
-24
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<main >
3
+ <Header />
3
4
<div
4
- class =" container mx-auto my-12 h-screen bg-background font-display lg:my-16 "
5
+ class =" container mx-auto h-screen bg-background font-display"
5
6
>
6
7
<div class =" flex flex-col border-2 bg-white" >
7
8
<slot />
8
9
</div >
9
10
</div >
10
- <div class =" absolute left-2 top-2" >
11
- <nuxt-link
12
- as =" button"
13
- to =" /playground"
14
- class =" inline-flex items-center rounded px-4 py-2 font-bold text-white hover:text-cyan"
15
- >
16
- <svg
17
- xmlns =" http://www.w3.org/2000/svg"
18
- fill =" none"
19
- viewBox =" 0 0 24 24"
20
- stroke-width =" 1.5"
21
- stroke =" currentColor"
22
- class =" mr-2 h-6 w-6"
23
- >
24
- <path
25
- stroke-linecap =" round"
26
- stroke-linejoin =" round"
27
- d =" M15.75 9V5.25A2.25 2.25 0 0013.5 3h-6a2.25 2.25 0 00-2.25 2.25v13.5A2.25 2.25 0 007.5 21h6a2.25 2.25 0 002.25-2.25V15M12 9l-3 3m0 0l3 3m-3-3h12.75"
28
- />
29
- </svg >
30
- <span >Back</span >
31
- </nuxt-link >
32
- </div >
33
11
</main >
34
12
</template >
You can’t perform that action at this time.
0 commit comments