Skip to content

Commit

Permalink
feat: remove announcement (#395)
Browse files Browse the repository at this point in the history
Co-authored-by: Vishal Kumar <[email protected]>
Co-authored-by: Prithwi Hegde <[email protected]>
Co-authored-by: Shooman Khatri <[email protected]>
Co-authored-by: Mohit ahlawat <[email protected]>
Co-authored-by: Mansi Dhamne <[email protected]>
Co-authored-by: Prince Kumar Yadav <[email protected]>
Co-authored-by: Eshan Singh <[email protected]>
Co-authored-by: Vishal <[email protected]>
Co-authored-by: Adriana Fruchter <[email protected]>
Co-authored-by: Satyam Vyas <[email protected]>
Co-authored-by: Bandhan Majumder <[email protected]>
Co-authored-by: Sudha Shrestha <[email protected]>
  • Loading branch information
13 people authored Nov 25, 2024
1 parent 1d40447 commit 6050738
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/new-component-ticket.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Create the component as shown in the video attached below.
2. Add example usage of the component in the documentation or storybook.
3. **Add credits** for any resources, references, or assets used, as specified in the **Additional Resources** section.


<details>
<summary>
<h3> Guidelines & Best Practices</h3>
Expand Down
4 changes: 0 additions & 4 deletions app/_landing/hero.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import Link from "next/link";

import { Announcement } from "@/components/announcement";
import { Icons } from "@/components/icons";
import { PageHeaderDescription } from "@/components/page-header";
import { buttonVariants } from "@/components/ui/button";
Expand Down Expand Up @@ -38,9 +37,6 @@ export default function Hero() {
radial-gradient(at 66% 84%, hsla(89,66%,79%,1) 0px, transparent 50%)`,
}}
/>
<Link href="/blog/hacktoberfest-2024">
<Announcement text="Get a chance to win $100 by contributing to Hacktoberfest 2024 - Learn more" />
</Link>
<div className="container relative overflow-hidden py-16 md:py-48">
<div className="relative mx-auto flex max-w-7xl flex-col items-center justify-center gap-8 px-4 md:flex-row">
<div className="flex flex-col items-center justify-center gap-2">
Expand Down

0 comments on commit 6050738

Please sign in to comment.