+
{createMemberLinkIcon(link.icon_type)}
{link.text}
From 17a75caf7a729d7c78cdb794e4f4471ce894378e Mon Sep 17 00:00:00 2001
From: Qing Bi Liao <78472206+Pencil126@users.noreply.github.com>
Date: Mon, 16 Mar 2026 10:40:40 +0000
Subject: [PATCH 2/3] =?UTF-8?q?[iOS=20App=E7=99=BB=E5=A0=B4=E6=99=82?=
=?UTF-8?q?=E5=88=BB]=20=E6=9B=B4=E6=8F=9B=E5=85=A5=E7=A4=BE=E8=A1=A8?=
=?UTF-8?q?=E5=96=AE=E6=8C=89=E9=88=95=E7=82=BA=E7=AB=B6=E8=B3=BD=E5=A0=B1?=
=?UTF-8?q?=E5=90=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/navbar.js | 8 +++++---
src/pages/index.js | 9 ++++++---
2 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/src/components/navbar.js b/src/components/navbar.js
index 41d6d5e..c6ab93f 100644
--- a/src/components/navbar.js
+++ b/src/components/navbar.js
@@ -140,17 +140,19 @@ export default Navbar;
const JoinUsButton = ({ fullWidth = false }) => (
);
diff --git a/src/pages/index.js b/src/pages/index.js
index 4a91ccf..8ba9981 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -50,15 +50,18 @@ const IndexPage = (props) => {
From e662075531e9764f985f32fef05e11d3765ea9bb Mon Sep 17 00:00:00 2001
From: Qing Bi Liao <78472206+Pencil126@users.noreply.github.com>
Date: Mon, 16 Mar 2026 10:41:24 +0000
Subject: [PATCH 3/3] Prettier
---
src/components/buttons/slider_button.js | 8 ++++----
src/pages/index.js | 5 ++++-
2 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/src/components/buttons/slider_button.js b/src/components/buttons/slider_button.js
index 551a9b5..b44ba8e 100644
--- a/src/components/buttons/slider_button.js
+++ b/src/components/buttons/slider_button.js
@@ -50,9 +50,7 @@ const SliderButton = ({
>
) : (
<>
- {icon && (
-
- )}
+ {icon &&
}
{text}
>
)}
@@ -61,7 +59,9 @@ const SliderButton = ({
{/* 懸停狀態 */}
{icon && }
- {displayHoverText}
+
+ {displayHoverText}
+
diff --git a/src/pages/index.js b/src/pages/index.js
index 8ba9981..278f36d 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -51,7 +51,10 @@ const IndexPage = (props) => {
className="overflow-hidden group h-12 px-6 border border-btnbg rounded-xs"
onClick={() => {
// window.open("https://forms.gle/QWK8jUoNz6sNeYtn7", "_blank");
- window.open("https://iosappcompetition-2026.onrender.com", "_blank");
+ window.open(
+ "https://iosappcompetition-2026.onrender.com",
+ "_blank",
+ );
}}
>