From e9939f4eb4d9d660581baf550fe1d4ebe1beb83c Mon Sep 17 00:00:00 2001 From: Lu Jincheng Date: Fri, 28 Nov 2025 13:43:57 +0800 Subject: [PATCH] updating the github repo link --- app/Components/About.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Components/About.tsx b/app/Components/About.tsx index cd6db5f..5075892 100644 --- a/app/Components/About.tsx +++ b/app/Components/About.tsx @@ -2,7 +2,7 @@ import { Box, Card, CardContent, Typography, Link, Button, Avatar, Stack } from import GitHubIcon from "@mui/icons-material/GitHub"; export default function About() { - const repo = "https://github.com/"; + const repo = "https://github.com/cochrane2063/MSBD5017-Depin-WebClient"; return (