mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-30 10:40:13 -05:00
update leaderboard
This commit is contained in:
@@ -20,10 +20,10 @@ export const Hero: React.FC = ({}) => {
|
||||
<div className="relative">
|
||||
<div className="px-4 pb-20 pt-16 text-center sm:px-6 lg:px-8 lg:pb-32 lg:pt-20">
|
||||
<a
|
||||
href="https://github.com/formbricks/formbricks"
|
||||
href="https://formbricks.com/formtribe"
|
||||
target="_blank"
|
||||
className="border-brand-dark rounded-full border px-4 py-1.5 text-sm text-slate-500 hover:bg-slate-100 dark:text-slate-300 dark:hover:bg-slate-800">
|
||||
We're Open-Source | Star us on GitHub{" "}
|
||||
className="border-brand-dark animate-bounce rounded-full border px-4 py-1.5 text-sm text-slate-500 hover:bg-slate-100 dark:text-slate-300 dark:hover:bg-slate-800">
|
||||
The FormTribe Hackathon is on 🔥
|
||||
<ChevronRightIcon className="inline h-5 w-5 text-slate-300" />
|
||||
</a>
|
||||
<h1 className="mt-10 text-3xl font-bold tracking-tight text-slate-800 dark:text-slate-200 sm:text-4xl md:text-5xl">
|
||||
|
||||
@@ -266,9 +266,13 @@ const FAQ = [
|
||||
const Leaderboard = [
|
||||
{
|
||||
name: "Piyush",
|
||||
points: "200",
|
||||
points: "450",
|
||||
link: "https://github.com/gupta-piyush19",
|
||||
},
|
||||
{
|
||||
name: "Suman",
|
||||
points: "200",
|
||||
},
|
||||
{
|
||||
name: "Subhdeep",
|
||||
points: "100",
|
||||
@@ -279,7 +283,7 @@ const Leaderboard = [
|
||||
},
|
||||
{
|
||||
name: "/home/babubaap",
|
||||
points: "100",
|
||||
points: "200",
|
||||
},
|
||||
{
|
||||
name: "Karuppiah",
|
||||
@@ -295,7 +299,7 @@ const Leaderboard = [
|
||||
},
|
||||
{
|
||||
name: "Kelvin Parmar",
|
||||
points: "100",
|
||||
points: "200",
|
||||
},
|
||||
{
|
||||
name: "Arjun",
|
||||
@@ -303,7 +307,7 @@ const Leaderboard = [
|
||||
},
|
||||
{
|
||||
name: "Yashhhh",
|
||||
points: "100",
|
||||
points: "200",
|
||||
},
|
||||
{
|
||||
name: "vishleshak",
|
||||
@@ -337,6 +341,31 @@ const Leaderboard = [
|
||||
name: "Suyash",
|
||||
points: "100",
|
||||
},
|
||||
{
|
||||
name: "Rohan Gupta",
|
||||
points: "100",
|
||||
},
|
||||
{
|
||||
name: "Nafees Nazik",
|
||||
points: "100",
|
||||
},
|
||||
{
|
||||
name: "monk",
|
||||
points: "100",
|
||||
},
|
||||
{
|
||||
name: "Pratik Tiwari (Pratik)",
|
||||
points: "100",
|
||||
},
|
||||
{
|
||||
name: "Ardash Malviya",
|
||||
points: "100",
|
||||
},
|
||||
{
|
||||
name: "Aditya Deshlahre",
|
||||
points: "250",
|
||||
link: "https://github.com/adityadeshlahre",
|
||||
},
|
||||
];
|
||||
|
||||
export default function FormTribeHackathon() {
|
||||
|
||||
Reference in New Issue
Block a user