Skip to content

Commit bdaff4e

Browse files
committed
update to footer information
1 parent 8993c5c commit bdaff4e

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

frontend/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# next.js
1717
/.next/
18-
# /out/
18+
/out/
1919

2020
# production
2121
/build

frontend/src/components/partials/footer.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,24 @@ const Footer = () => {
1212
{
1313
name: "Thể lệ",
1414
items: [
15-
{ name: "Nội dung - Bảng A", href: "" },
16-
{ name: "Nội dung - Bảng B", href: "" },
17-
{ name: "Nội dung - Bảng C", href: "" },
15+
{ name: "Nội dung - Bảng A", href: "/challenges/A" },
16+
{ name: "Nội dung - Bảng B", href: "/challenges/B" },
17+
{ name: "Nội dung - Bảng C", href: "/challenges/C" },
1818
],
1919
},
2020
{
2121
name: "Hành trình",
2222
items: [
23-
{ name: "Robocus 2023", href: "" },
24-
{ name: "Robocus 2024", href: "" },
23+
// { name: "Robocus 2023", href: "" },
24+
{ name: "Robocus 2024", href: "https://robocus.org/robocus2024/" },
2525
],
2626
},
2727
{
2828
name: "Liên hệ",
2929
items: [
3030
{ name: "Địa chỉ: 227 Nguyễn Văn Cừ, P.4, Q.5, TP.HCM", href: "https://maps.app.goo.gl/VAWCdYoRM6pz15JX9" },
31-
{ name: "Hotline / Zalo: 0366.399.748", href: "" },
32-
{ name: "Email: robotics@hcmus.edu.vn", href: "" },
31+
{ name: "Hotline / Zalo: 0366.399.748", href: "tel:+84366399748" },
32+
{ name: "Email: robotics@hcmus.edu.vn", href: "mailto:robotics@hcmus.edu.vn" },
3333
{ name: "Fanpage: facebook.com/RoboticsHCMUS", href: "https://www.facebook.com/RoboticsHCMUS" },
3434
],
3535
}
@@ -38,7 +38,7 @@ const Footer = () => {
3838
<div className="p-10" id="contact">
3939
<div className="flex items-center gap-1">
4040
<img
41-
src="https://github.com/robocus/robocus.github.io/blob/main/docs/images/logo/logo.png?raw=true"
41+
src="/02-robocus-2025-logo-white.png"
4242
className="h-[4rem]"
4343
alt="logo"
4444
/>

frontend/src/components/partials/intro.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const Intro = () => {
1616

1717
return (
1818
<div className="m-auto">
19-
<h3 className="text-[#d8d8d8]" id="#intro">
19+
<h3 className="text-[#d8d8d8]" id="intro">
2020
GIỚI THIỆU
2121
</h3>
2222
<h1 className="gradient-text text-5xl md:text-6xl font-medium">ROBOCUS 2025</h1>

frontend/src/components/partials/overview.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ const Overview = () => {
1414
<OverviewCard
1515
name="BẢNG A"
1616
link="/challenges/A"
17-
desc="Thông tin về thể lệ thi đấu và giải thưởng của bảng A"
17+
desc="Thông tin về thể lệ thi đấu của bảng A"
1818
/>
1919
<OverviewCard
2020
name="BẢNG B"
2121
link="/challenges/B"
22-
desc="Thông tin về thể lệ thi đấu và giải thưởng của bảng B"
22+
desc="Thông tin về thể lệ thi đấu của bảng B"
2323
/>
2424
<OverviewCard
2525
name="BẢNG C"
2626
link="/challenges/C"
27-
desc="Thông tin về thể lệ thi đấu và giải thưởng của bảng C"
27+
desc="Thông tin về thể lệ thi đấu của bảng C"
2828
/>
2929
</div>
3030
</div>

0 commit comments

Comments
 (0)