Open Issues Need Help
View All on GitHub Centre alignment 2 months ago
AI Summary: The task involves fixing a misalignment issue in a Next.js application. The 'New Client Form' title needs to be centered horizontally in both Firefox and Chrome browsers. The solution likely involves adjusting CSS styling within the parent container of the title component, removing unnecessary `justify-self-center` styling from the title itself, and potentially adding appropriate centering properties to the parent.
Complexity:
2/5
good first issue
Incorporate prettier into your app 2 months ago
AI Summary: Integrate Prettier, a code formatter, into the existing Next.js project to automatically format the codebase according to Prettier's style guide. This involves installing the necessary package and configuring it, potentially through a `.prettierrc` file, to customize formatting rules.
Complexity:
2/5
good first issue