Ajout d'instructions sur le scroll par flèches directionnelles
This commit is contained in:
parent
278f01dc0d
commit
e13f931985
1 changed files with 3 additions and 1 deletions
|
|
@ -56,7 +56,9 @@ const Projects = ({ width, height, scrollPosition }: ProjectsProps) => {
|
|||
width,
|
||||
height,
|
||||
scrollPosition,
|
||||
text: projects.map((project) => Project(project)).join(newLine),
|
||||
text: ` Use the arrows keys to navigate up and down.${newLine}${newLine}${projects
|
||||
.map((project) => Project(project))
|
||||
.join(newLine)}`,
|
||||
});
|
||||
};
|
||||
export default Projects;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue