Skip to content

Commit

Permalink
Merge pull request #331 from ndom91/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
fuma-nama committed Apr 27, 2024
2 parents a05c6c0 + 81fa19c commit 4624dd5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
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.

0 comments on commit 4624dd5

Please sign in to comment.