Skip to content

Commit

Permalink
HN feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed Jun 8, 2023
1 parent bf52f4d commit 9a75dc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const Home = (props: Props) => {
Like a Developer
</span>
</h1>
<p className=" mb-8 mt-4 text-base font-normal text-neutral-600">
<p className=" mb-8 mt-4 text-base font-normal text-neutral-500">
<span className="inline-block max-w-[591px] align-top">
Codeamigo is an AI powered coding assistant that helps you learn to
code like a developer. Today's developers didn't learn binary before
Expand All @@ -49,7 +49,7 @@ const Home = (props: Props) => {
</span>
</p>
<button
className=" group hidden select-none items-center gap-2 text-sm font-semibold text-neutral-600 outline-none transition duration-200 ease-in-out hover:text-neutral-600 focus:text-neutral-600 sm:inline-flex"
className=" group hidden select-none items-center gap-2 text-sm font-semibold text-neutral-500 outline-none transition duration-200 ease-in-out hover:text-neutral-500 focus:text-neutral-500 sm:inline-flex"
onClick={() => {
window.open('https://forms.gle/weRYdVmr2LszmQiK6');
}}
Expand All @@ -61,7 +61,7 @@ const Home = (props: Props) => {
to request access{' '}
</button>
<button
className=" group hidden select-none items-center gap-2 text-sm font-semibold text-neutral-600 outline-none transition duration-200 ease-in-out hover:text-neutral-600 focus:text-neutral-600 sm:inline-flex"
className=" group hidden select-none items-center gap-2 text-sm font-semibold text-neutral-500 outline-none transition duration-200 ease-in-out hover:text-neutral-500 focus:text-neutral-500 sm:inline-flex"
onClick={() => {
router.push('/v2/lesson/hello-codeamigo/step/intro');
}}
Expand Down

0 comments on commit 9a75dc6

Please sign in to comment.