Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
ichub committed Jul 25, 2024
1 parent d466f15 commit 69cda9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function FolderEventInfo({
}}
></div>
<div className="font-bold text-xl w-full bg-green-800 px-4 py-2 rounded">
{folder}
{getNameFromPath(folder)}
</div>
</div>
);
Expand Down

0 comments on commit 69cda9a

Please sign in to comment.