convert folders to buttons & folder icons to buttons (accessibility) (#237)
* tabbable folders * fix spacing
This commit is contained in:
@@ -25,7 +25,7 @@ export const PromptFolders: FC<Props> = ({
|
||||
onUpdatePrompt,
|
||||
}) => {
|
||||
return (
|
||||
<div className="flex w-full flex-col gap-1 pt-2">
|
||||
<div className="flex w-full flex-col pt-2">
|
||||
{folders.map((folder, index) => (
|
||||
<PromptFolder
|
||||
key={index}
|
||||
|
||||
Reference in New Issue
Block a user