File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -106,10 +106,23 @@ export default function ScriptGenerator() {
106106 return (
107107 < div className = "bg-[#0d1117] min-h-screen text-white font-sans" >
108108 < div className = "max-w-screen mx-auto px-4 py-10" >
109- < h1 className = "text-4xl sm:text-6xl font-extrabold text-center mb-10 tracking-tight" >
109+ < h1 className = "relative flex items-center justify-center text-4xl sm:text-6xl font-extrabold mb-10 tracking-tight" >
110110 DevSetup
111+ < a
112+ href = "https://tinyurl.com/your-form-link" // replace with your real form link
113+ target = "_blank"
114+ rel = "noopener noreferrer"
115+ className = "absolute right-0 top-1/2 -translate-y-1/2 px-6 py-3 text-lg
116+ bg-gradient-to-r from-indigo-500 to-purple-600
117+ hover:from-indigo-600 hover:to-purple-700
118+ text-white font-semibold rounded-full shadow-lg
119+ transition duration-200"
120+ >
121+ Add New +
122+ </ a >
111123 </ h1 >
112124
125+
113126 { /* OS Selector */ }
114127 < div className = "flex flex-wrap gap-3 justify-center sm:justify-start mb-6" >
115128 { osOptions . map ( ( os ) => (
You can’t perform that action at this time.
0 commit comments