Skip to content

Commit

Permalink
Copy paste works.
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Mar 5, 2024
1 parent c98eb4f commit c62a224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import Navbar from "./navbar.astro";
</a>
<a
class="relative group inline-flex justify-center items-center gap-x-3.5 text-center bg-white border hover:border-gray-300 shadow-sm font-mono text-sm font-medium rounded-md focus:outline-none focus:ring-2 focus:ring-gray-400 focus:ring-offset-2 focus:ring-offset-white transition p-2 pl-4 dark:bg-slate-900 dark:border-stone-950 dark:hover:border-gray-600 dark:shadow-slate-700/[.7] dark:text-white dark:focus:ring-stone-700 dark:focus:ring-offset-stone-950"
href="javascript:;"
href="javascript:navigator.clipboard.writeText('c3c compile hello.c3');"
>
$ c3c compile hello.c3
<span
Expand Down

0 comments on commit c62a224

Please sign in to comment.