From f84b7affed93d81b64e034f316e7798a98841abd Mon Sep 17 00:00:00 2001 From: suvanbanerjee Date: Mon, 17 Jun 2024 20:08:16 +0530 Subject: [PATCH] add fundraiser details --- components/timeline.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/components/timeline.tsx b/components/timeline.tsx index 7dd7564..fe7471e 100644 --- a/components/timeline.tsx +++ b/components/timeline.tsx @@ -1,3 +1,4 @@ +import { link } from 'fs'; import React from 'react'; function TimelineEvent({ title, date, description, link }: { title: string, date: string, description: string, link?: string }) { @@ -10,7 +11,7 @@ function TimelineEvent({ title, date, description, link }: { title: string, date {description} ) : ( -

{description}

+

{description}

)} ); @@ -79,7 +80,8 @@ export default function Timeline() { { title: 'OpenVoiceOS Fundraiser', date: 'March 2023', - description: 'OpenVoiceOS starts fundraiser to form a non-profit foundation legal entity.' + description: 'OpenVoiceOS starts fundraiser to form a non-profit foundation legal entity.', + link: 'https://www.gofundme.com/f/openvoiceos' }, { title: 'Aditya Leaves OpenVoiceOS',