Skip to content

Commit

Permalink
fix: add space to watch video button
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanbabcock committed Sep 30, 2022
1 parent c762f52 commit 6705295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/components/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ export default function Page() {
onClick={() => setOpen(true)}
className="flex items-center justify-center w-full px-6 py-3 text-md text-white no-underline border border-transparent rounded-md bg-blackish md:py-3 md:text-lg md:px-10 md:leading-6 font-bold hover:bg-black"
>
<PlayIcon className="w-5" />
<PlayIcon className="w-5" />{' '}
Watch Video
</button>
</div>
Expand Down

0 comments on commit 6705295

Please sign in to comment.