diff --git a/README.md b/README.md index b2e9244..eceed50 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,6 @@ Opensox AI is a platform designed to help developers quickly discover open-sourc - [Prisma](https://www.prisma.io/) – ORM - [NextAuth.js](https://next-auth.js.org/) – auth - [Turborepo](https://turbo.build/repo) – monorepo -- [Polar](https://polar.sh/) – payments - [Vercel](https://vercel.com/) – deployments - [Railway](https://railway.com/) – deployments diff --git a/apps/web/src/components/landing-sections/navbar.tsx b/apps/web/src/components/landing-sections/navbar.tsx index b15e108..9f02d8d 100644 --- a/apps/web/src/components/landing-sections/navbar.tsx +++ b/apps/web/src/components/landing-sections/navbar.tsx @@ -3,7 +3,7 @@ import React, { useState } from "react"; import PrimaryButtom from "../ui/custom-button"; import { motion, useScroll, useMotionValueEvent } from "framer-motion"; import Image from "next/image"; -import { Terminal } from "lucide-react"; +import { Terminal, Github } from "lucide-react"; import Link from "next/link"; import { usePathname } from "next/navigation"; import { cn } from "@/lib/utils"; @@ -69,7 +69,16 @@ const Navbar = () => { ); })} -
+
+ + + Contribute +