forked from github/plane
Co-authored-by: Prashant Indurkar <32466796+PrashantIndurkar@users.noreply.github.com>
This commit is contained in:
parent
0a95713911
commit
930a20ea7f
@ -43,7 +43,7 @@ export const RecentPagesList: React.FC<TPagesListProps> = ({ viewType }) => {
|
|||||||
if (pages[key].length === 0) return null;
|
if (pages[key].length === 0) return null;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div key={key} className="h-full overflow-hidden">
|
<div key={key} className="h-full overflow-hidden pb-9">
|
||||||
<h2 className="text-xl font-semibold capitalize mb-2">
|
<h2 className="text-xl font-semibold capitalize mb-2">
|
||||||
{replaceUnderscoreIfSnakeCase(key)}
|
{replaceUnderscoreIfSnakeCase(key)}
|
||||||
</h2>
|
</h2>
|
||||||
|
Loading…
Reference in New Issue
Block a user