Skip to content

Commit d4e1dd4

Browse files
documentation: sign post to refactor
1 parent 9632241 commit d4e1dd4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/page.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ export default function Home() {
7171
<h1 className="md:text-5xl text-3xl text-center">
7272
Curious Who Doesn&apos;t Follow You Back?
7373
</h1>
74+
75+
{/* TODO: Refactor this conditional rendering into separate components to improve readability. For now, leaving it in-line to focus on styling and theming. */}
7476
{!hasProcessedDifference ? (
7577
<section className="flex flex-col container items-center gap-4">
7678
<h2 className="text-lg md:text-xl text-center">

0 commit comments

Comments
 (0)