diff --git a/devsoc24-landing/src/components/main.tsx b/devsoc24-landing/src/components/main.tsx index f20aa80..9d0f18f 100644 --- a/devsoc24-landing/src/components/main.tsx +++ b/devsoc24-landing/src/components/main.tsx @@ -28,7 +28,9 @@ const timelineTexts = [ "Coming Soon!", "Coming Soon!", "Coming Soon!", - "Coming Soon!" + "Coming Soon!", + "Coming Soon!", + "Coming Soon!", ]; function Main() { @@ -225,8 +227,8 @@ function Main() { -
-
+
+
-
+
-
+
{showBoxes && - Array.from({ length: 6 }).map((_, index) => ( + Array.from({ length: 8 }).map((_, index) => ( { useEffect(() => { const helpOutput = commandOutputs.initial ?? []; - const displayOutput = helpOutput.map(() => ""); setCommands([{ command: "initial", output: helpOutput, displayOutput }]); }, []); @@ -439,7 +438,7 @@ const Terminal = () => {
devsoc@2024.com - {selectedComponent === "DEVSOC 2024" + {selectedComponent === "DEVSOC 2024" || !selectedComponent ? "" : "/" + selectedComponent?.toString().toLowerCase()}  ~ %  @@ -461,7 +460,7 @@ const Terminal = () => {
devsoc@2024.com - {selectedComponent === "DEVSOC 2024" + {selectedComponent === "DEVSOC 2024" || !selectedComponent ? "" : "/" + selectedComponent?.toString().toLowerCase()}  ~ %  diff --git a/devsoc24-landing/src/pages/terminal.tsx b/devsoc24-landing/src/pages/terminal.tsx index 0083753..7593969 100644 --- a/devsoc24-landing/src/pages/terminal.tsx +++ b/devsoc24-landing/src/pages/terminal.tsx @@ -204,7 +204,7 @@ export default function Home() {
{showTerminal ? ( -
+
) : (