mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
fix flags validation and new stack architech design
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { motion } from "motion/react";
|
||||
import Link from "next/link";
|
||||
import StackArchitect from "../_components/StackArchitech";
|
||||
|
||||
export default function FullScreenStackArchitect() {
|
||||
@@ -13,18 +12,8 @@ export default function FullScreenStackArchitect() {
|
||||
transition={{ duration: 0.3 }}
|
||||
className="w-full flex-1"
|
||||
>
|
||||
<StackArchitect fullscreen={true} />
|
||||
<StackArchitect />
|
||||
</motion.div>
|
||||
|
||||
<div className="flex-shrink-0 border-gray-200 border-t bg-blue-50/80 p-2 px-4 text-xs sm:p-3 dark:border-gray-800 dark:bg-blue-950/50">
|
||||
<p className="text-center text-blue-700 dark:text-blue-400">
|
||||
Tip: Use presets (⭐), save (💾), reset (🔄), or copy (📋) the
|
||||
command.{" "}
|
||||
<Link href="/" className="underline hover:text-blue-500">
|
||||
Exit Fullscreen
|
||||
</Link>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user