Skip to content

Commit

Permalink
fix : the banner website naming
Browse files Browse the repository at this point in the history
  • Loading branch information
BelkacemYerfa committed Mar 28, 2024
1 parent d348a88 commit e5e5da4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/banner.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import Link from "next/link";
import { buttonVariants } from "@/components/ui/button";
import { cn } from "@/lib/utils";
import { siteConfig } from "@/config/site-config";

export const Banner = () => {
return (
<div className="bg-gradient-to-r from-[#9800ff] via-[#f62929] to-[#ffa908] z-20 text-accent-background py-1 md:py-2 text-center text-sm text-white">
🥳 <span>New docs for shadcn extesnion are live.</span>
🥳 <span>New docs for {siteConfig.name} are live.</span>
<Link
href="/docs"
rel="noopener noreferrer"
Expand Down

0 comments on commit e5e5da4

Please sign in to comment.