Skip to content

Commit e04db65

Browse files
committed
love you
1 parent 451cac0 commit e04db65

File tree

1 file changed

+18
-28
lines changed

1 file changed

+18
-28
lines changed

frontend/src/components/ReadmeGenerator.jsx

Lines changed: 18 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -248,21 +248,12 @@ const ReadmeGenerator = () => {
248248

249249
return (
250250
<div className="max-w-6xl mx-auto p-6">
251-
{/* Header */}
252-
<div className="mb-8">
253-
<h1 className="text-3xl font-bold text-gray-900 dark:text-white mb-2">
254-
GitHub README AI - Best AI README Generator for GitHub Profiles
255-
</h1>
256-
<p className="text-gray-600 dark:text-gray-300">
257-
The ultimate GitHub README AI tool for creating professional GitHub profile READMEs. Our advanced README AI generates stunning, customizable profiles that showcase your skills and attract employers.
258-
</p>
259-
260-
{/* Free User Try-Before-Buy Message */}
261-
{!isPremium && (
262-
<div className="mt-4 p-4 bg-gray-50 dark:bg-gray-800 border border-gray-200 dark:border-gray-700 rounded-lg">
263-
<div className="flex items-center">
264-
<Eye className="h-5 w-5 text-gray-600 dark:text-gray-400 mr-2" />
265-
<div>
251+
{/* Free User Try-Before-Buy Message */}
252+
{!isPremium && (
253+
<div className="mb-6 p-4 bg-gray-50 dark:bg-gray-800 border border-gray-200 dark:border-gray-700 rounded-lg">
254+
<div className="flex items-center">
255+
<Eye className="h-5 w-5 text-gray-600 dark:text-gray-400 mr-2" />
256+
<div>
266257
<span className="text-gray-800 dark:text-gray-200 font-medium">
267258
Try Before You Buy
268259
</span>
@@ -274,20 +265,19 @@ const ReadmeGenerator = () => {
274265
</div>
275266
)}
276267

277-
{/* Usage Info */}
278-
{usage && isPremium && (
279-
<div className="mt-4 p-4 bg-neutral-50 dark:bg-neutral-900/20 rounded-lg border border-neutral-200 dark:border-neutral-800">
280-
<div className="flex items-center justify-between">
281-
<span className="text-sm text-neutral-800 dark:text-neutral-200">
282-
Monthly Usage: {usage.monthly}/5 generations
283-
</span>
284-
<span className="text-sm text-neutral-700 dark:text-neutral-300">
285-
Total Generated: {usage.total}
286-
</span>
287-
</div>
268+
{/* Usage Info */}
269+
{usage && isPremium && (
270+
<div className="mb-6 p-4 bg-neutral-50 dark:bg-neutral-900/20 rounded-lg border border-neutral-200 dark:border-neutral-800">
271+
<div className="flex items-center justify-between">
272+
<span className="text-sm text-neutral-800 dark:text-neutral-200">
273+
Monthly Usage: {usage.monthly}/5 generations
274+
</span>
275+
<span className="text-sm text-neutral-700 dark:text-neutral-300">
276+
Total Generated: {usage.total}
277+
</span>
288278
</div>
289-
)}
290-
</div>
279+
</div>
280+
)}
291281

292282
{/* Progress Steps */}
293283
<div className="mb-8">

0 commit comments

Comments
 (0)