Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add docs.briefkastenhq.com to Showcase #331

Merged
merged 2 commits into from Apr 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 8 additions & 2 deletions apps/docs/app/(home)/showcase/page.tsx
@@ -1,12 +1,13 @@
import { PlusIcon } from 'lucide-react';
import Image, { type StaticImageData } from 'next/image';
import { cn } from '@/utils/cn';
import { buttonVariants } from '@/components/ui/button';
import { createMetadata } from '@/utils/metadata';
import NextFAQImage from '@/public/showcases/next-faq.png';
import YeecordImage from '@/public/showcases/yeecord.png';
import { cn } from '@/utils/cn';
import { createMetadata } from '@/utils/metadata';
import NuqsImage from '@/public/showcases/nuqs.jpg';
import FrameGround from '@/public/showcases/frameground.png';
import Briefkasten from '@/public/showcases/briefkasten.png';
import Spot from '@/public/spot.png';

export const metadata = createMetadata({
Expand Down Expand Up @@ -49,6 +50,11 @@ export default function Showcase(): React.ReactElement {
name: "RUNFUNRUN's Blog",
url: 'https://www.runfunrun.tech',
},
{
image: Briefkasten,
name: "Briefkasten Docs",
url: 'https://docs.briefkastenhq.com',
},
];

return (
Expand Down
Binary file added apps/docs/public/showcases/briefkasten.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.