fixed
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"version": "0.0.1",
|
||||||
|
"configurations": [
|
||||||
|
{
|
||||||
|
"name": "study-app",
|
||||||
|
"runtimeExecutable": "npm",
|
||||||
|
"runtimeArgs": ["run", "dev"],
|
||||||
|
"port": 5173
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -992,6 +992,7 @@ const App = () => {
|
|||||||
Begin Studying →
|
Begin Studying →
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
) : (
|
) : (
|
||||||
<section className="grid gap-8 xl:grid-cols-[260px_1fr]">
|
<section className="grid gap-8 xl:grid-cols-[260px_1fr]">
|
||||||
|
|||||||
Reference in New Issue
Block a user