updating the github repo link

This commit is contained in:
Jincheng Lu 2025-11-28 13:43:57 +08:00
parent eb8acd263e
commit e9939f4eb4

View File

@ -2,7 +2,7 @@ import { Box, Card, CardContent, Typography, Link, Button, Avatar, Stack } from
import GitHubIcon from "@mui/icons-material/GitHub"; import GitHubIcon from "@mui/icons-material/GitHub";
export default function About() { export default function About() {
const repo = "https://github.com/"; const repo = "https://github.com/cochrane2063/MSBD5017-Depin-WebClient";
return ( return (
<Box sx={{ display: "flex", justifyContent: "center", p: 3 }}> <Box sx={{ display: "flex", justifyContent: "center", p: 3 }}>