Skip to content

Commit

Permalink
love noah
Browse files Browse the repository at this point in the history
  • Loading branch information
noahgsolomon committed Oct 28, 2024
1 parent ce6ed4d commit 266a021
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -257,20 +257,6 @@ export default function Home({
</p>
</div>
{/* Add the following block */}

<p className="mt-2 flex max-w-[35ch] items-center justify-center space-x-1 text-center text-sm">
<span>with love,</span>
<Link
href="https://x.com/noahgsolomon"
target="_blank"
rel="noopener noreferrer"
className="text-blue-500 flex items-center font-semibold transition-colors duration-200 hover:underline"
>
{" "}
Noah 🫶
<ArrowUpRight className="ml-1 h-3 w-3" />
</Link>
</p>
</div>
{userDB?.user &&
!userDB?.user?.subscribed &&
Expand Down

0 comments on commit 266a021

Please sign in to comment.