Skip to content

Commit

Permalink
add prodkt concept logos
Browse files Browse the repository at this point in the history
  • Loading branch information
prodkt committed Nov 21, 2024
1 parent 93bb56f commit 097d263
Show file tree
Hide file tree
Showing 108 changed files with 5,600 additions and 1,041 deletions.
9 changes: 9 additions & 0 deletions apps/prepare/src/components/storybook-block-demo.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import SupabaseCTA from "@/registry/default/prodkt/supabase-cta"

export default function DesignerMarksDemo() {
return (
<div className="relative">
<SupabaseCTA />
</div>
)
}
698 changes: 0 additions & 698 deletions apps/prepare/src/components/storybook-block.tsx

This file was deleted.

9 changes: 9 additions & 0 deletions apps/prepare/src/components/supabase-block-demo.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import StorybookCTA from "@/registry/default/prodkt/storybook-cta"

export default function DesignerMarksDemo() {
return (
<div className="relative">
<StorybookCTA />
</div>
)
}
206 changes: 0 additions & 206 deletions apps/prepare/src/components/supabase-block.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion apps/prepare/src/layouts/default.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import '@/styles/sparkstack_globals.css'
import '../env.d.ts'
---

<html lang="en" class="dark">
<html lang="en" class="">
<head>
<title>Prepare</title>
<!-- <link rel="stylesheet" type="text/css" href="../../../www/styles/sparkstack_globals.css" /> -->
Expand Down
4 changes: 2 additions & 2 deletions apps/prepare/src/pages/index.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
import DefaultLayout from '../layouts/default.astro'
import SupabaseBlock from "../components/supabase-block"
---
<DefaultLayout>
<SupabaseBlock />
<div class="flex flex-row gap-4">
</div>
</DefaultLayout>
Loading

0 comments on commit 097d263

Please sign in to comment.