Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const JoinUsButton = () => (
<button
className="w-fit text-white px-10 py-2 md:ml-8 bg-blue-500 hover:bg-blue-300 rounded-full duration-700"
onClick={() => {
window.open("https://forms.gle/fDeQoZpK1NSNNDQr6", "_blank");
window.open("https://forms.gle/uJSNB8ccYRu5SZQ59", "_blank");
}}
>
Join Us
Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const IndexPage = (props) => {
<button
className="overflow-hidden group h-12 px-6 border border-btnbg rounded-xs"
onClick={() => {
window.open("https://forms.gle/fDeQoZpK1NSNNDQr6", "_blank");
window.open("https://forms.gle/uJSNB8ccYRu5SZQ59", "_blank");
}}
>
<div className="transition duration-200 group-hover:-translate-y-12">
Expand Down Expand Up @@ -104,7 +104,7 @@ const IndexPage = (props) => {
</div>
<p className="py-3 text-gray-700 text-justify">
在比賽方面, 社團鼓勵所有社員參加對外性比賽。 近年來也都在WWDC
學生挑戰賽及移動應用創新賽等比賽取得佳績
學生挑戰賽及行動應用創新賽等比賽取得佳績
當然,平時社團活動也不僅僅有社課,我們還會舉辦講座、野餐、WorkShop、社遊、期末聚等,超多活動等你們來參加!
我們不只和葳格高中建立了長期的任教合作,
身為志工性社團的我們,還會和相關機構及國小一同舉辦志工營隊,將在社團內所學回饋社會。
Expand Down