Skip to content
This repository was archived by the owner on May 31, 2026. It is now read-only.

Commit 9c9feb9

Browse files
committed
chore: remove givealittle links
1 parent 09deedf commit 9c9feb9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/Hero.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import heroImage from "@images/hero.avif";
3636
</a>
3737
<a
3838
class="py-3 px-4 inline-flex justify-center items-center gap-x-2 text-sm font-medium rounded-lg border border-gray-200 bg-white text-gray-800 shadow-sm hover:bg-gray-50 disabled:opacity-50 disabled:pointer-events-none dark:bg-neutral-900 dark:border-neutral-700 dark:text-white dark:hover:bg-neutral-800"
39-
href="https://givealittle.co.nz/org/tuhura-tech"
39+
href="https://donate.tuhuratech.org.nz/en/"
4040
>
4141
Support Us
4242
</a>

src/data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export const footerLinks: LinkCategory[] = [
176176
{ label: "Contact", href: "/contact" },
177177
{
178178
label: "Support Us",
179-
href: "https://givealittle.co.nz/org/tuhura-tech",
179+
href: "https://donate.tuhuratech.org.nz/en/",
180180
},
181181
{
182182
label: "Identity proofs",

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ import { faqs, sessions } from "../data";
7070
title: "Sponsor Us",
7171
description: "Join one of our sessions",
7272
icon: "mdi:money",
73-
href: "https://givealittle.co.nz/org/tuhura-tech",
73+
href: "https://donate.tuhuratech.org.nz/en/",
7474
},
7575
{
7676
title: "Volunteer with Us",

0 commit comments

Comments
 (0)