From 9003b6346c70474355dd2aebcb252ed18a2f512f Mon Sep 17 00:00:00 2001 From: Hamza Miloud Amar Date: Sat, 21 Oct 2023 16:46:59 +0100 Subject: [PATCH] fix: the url of the hero and donation button to it --- apps/docs/src/component/pages/home/home.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/docs/src/component/pages/home/home.tsx b/apps/docs/src/component/pages/home/home.tsx index 034716ae..12a8a8c2 100644 --- a/apps/docs/src/component/pages/home/home.tsx +++ b/apps/docs/src/component/pages/home/home.tsx @@ -13,7 +13,7 @@ import { Switch, Alert, } from '@pillar-ui/core' -import { Github, Booking, Discord, Linkdin, Youtube } from '@pillar-ui/icons' +import { Github, Booking, Discord, Linkdin, Youtube, Dollar } from '@pillar-ui/icons' import { ACCESSIBILITY, COMING_SUPPORT, SIMPLE_DEVELOPMENT, SUPPORTED } from './home.data' import Link from 'next/link' import React, { CSSProperties, useState } from 'react' @@ -60,12 +60,12 @@ function HeroSection() { - -