Tiny CSS fix

This commit is contained in:
Frank Noirot
2025-07-03 00:33:25 -04:00
parent 0bea2bcc98
commit fc574fa638

View File

@ -43,7 +43,7 @@ const ProjectSidebarMenu = ({
<ProjectMenuPopover project={project} file={file} /> <ProjectMenuPopover project={project} file={file} />
) : ( ) : (
<span <span
className="hidden select-none cursor-default text-sm text-chalkboard-110 dark:text-chalkboard-20 whitespace-nowrap lg:block" className="hidden self-center px-2 select-none cursor-default text-sm text-chalkboard-110 dark:text-chalkboard-20 whitespace-nowrap lg:block"
data-testid="project-name" data-testid="project-name"
> >
{project?.name ? project.name : APP_NAME} {project?.name ? project.name : APP_NAME}