From 44178d1018994765d1392e0a22d367a87ea80389 Mon Sep 17 00:00:00 2001 From: Ashis Kumar Pradhan <38760485+akp111@users.noreply.github.com> Date: Wed, 24 Jul 2024 20:56:53 +0000 Subject: [PATCH] fixed some issues --- components/terminal/terminalHelper.js | 6 +++--- components/welcome/welcome.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/terminal/terminalHelper.js b/components/terminal/terminalHelper.js index f41b71f..cacf34d 100644 --- a/components/terminal/terminalHelper.js +++ b/components/terminal/terminalHelper.js @@ -30,8 +30,8 @@ export const ListResponse = (inputData) => { } export const LineByLineResponse = (inputData) => { - return inputData.map((item, i) => { return (
- Title: {item.name} + return inputData.map((item, i) => { return (
+ Title: {item.name}

{item.description}

-----------------------------------------------

) }) @@ -48,7 +48,7 @@ export const AboutResponse = (setCommandResponse) => {
{LineByLineResponse(GLOBAL_CONSTANTS.PROJECTS)}
-
Link to my resume
+
Link to my resume
); setCommandResponse(response); diff --git a/components/welcome/welcome.js b/components/welcome/welcome.js index 187f23b..5ca7a9a 100644 --- a/components/welcome/welcome.js +++ b/components/welcome/welcome.js @@ -10,7 +10,7 @@ export default function Welcome() { {WELCOME_CONSTANTS.WELCOME_MESSAGE} - Type "about" to get details about me or "help" to list the commands and have fun! (Note: WIP) + Type "about" to get details about me or "help" to list the commands and have fun! (Note: WIP)