-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from prodkt/next
add prodkt concept logos
- Loading branch information
Showing
108 changed files
with
5,600 additions
and
1,041 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
) | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
) | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.