diff --git a/.env b/.env index 2c33cef..8142bab 100644 --- a/.env +++ b/.env @@ -1 +1,2 @@ -VITE_CLERK_PUBLISHABLE_KEY=pk_test_ZGlzdGluY3QtbW9zcXVpdG8tMTQuY2xlcmsuYWNjb3VudHMuZGV2JA +# Go to your Clerk Dashboard. On the sidenav on the left, select API Keys. From the "Quick Copy" section, copy your Publishable Key. +VITE_CLERK_PUBLISHABLE_KEY= diff --git a/index.html b/index.html index 3d08438..2c93ac0 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,9 @@ - + - Vite App + Clerk + JavaScript Quickstart
diff --git a/public/clerk.svg b/public/clerk.svg new file mode 100644 index 0000000..2c73035 --- /dev/null +++ b/public/clerk.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + diff --git a/public/dark-logo.png b/public/dark-logo.png new file mode 100644 index 0000000..e2635de Binary files /dev/null and b/public/dark-logo.png differ diff --git a/public/hero.png b/public/hero.png new file mode 100644 index 0000000..af640e1 Binary files /dev/null and b/public/hero.png differ diff --git a/public/light-logo.png b/public/light-logo.png new file mode 100644 index 0000000..2941bed Binary files /dev/null and b/public/light-logo.png differ