diff --git a/src/lib/components/Footer.svelte b/src/lib/components/Footer.svelte index e0ecc55..40174c9 100644 --- a/src/lib/components/Footer.svelte +++ b/src/lib/components/Footer.svelte @@ -37,17 +37,17 @@ { title: "کانال تلگرام اطلاع رسانی", icon: "akar-icons:telegram-fill", - url: "https://t.me/RCSS_IR", + url: "https://t.me/SoccerSim2D", }, { title: "گروه تلگرام", icon: "akar-icons:telegram-fill", - url: "https://t.me/RCSS_IR", + url: "https://t.me/SoccerSim2DGroup", }, { title: "کانال یوتیوب", icon: "akar-icons:youtube-fill", - url: "https://www.youtube.com/RCSS.IR", + url: "https://www.youtube.com/@RCSS2D", }, ]; diff --git a/src/lib/components/Header.svelte b/src/lib/components/Header.svelte index 625afbf..c134021 100644 --- a/src/lib/components/Header.svelte +++ b/src/lib/components/Header.svelte @@ -13,8 +13,8 @@ url: "/outline", }, { - name: 'درباره‌ی ما', - url: '/about' + name: "درباره‌ی ما", + url: "/about", }, ]; diff --git a/src/lib/components/Loading.svelte b/src/lib/components/Loading.svelte new file mode 100644 index 0000000..24d6dcf --- /dev/null +++ b/src/lib/components/Loading.svelte @@ -0,0 +1,21 @@ +
+ + diff --git a/src/lib/components/Register.svelte b/src/lib/components/Register.svelte index 5887301..373045b 100644 --- a/src/lib/components/Register.svelte +++ b/src/lib/components/Register.svelte @@ -1,11 +1,21 @@
-
-
-
حالا ثبت نام کن
- - - -
- {#each formFields as field} - {#if field.type === "select"} -
- - {field.name} - - -
- {:else if field.type === "text"} -
- - - -
- (field?.change ? field.change(e) : "") || checkForm()} - bind:value={field.value} - required - /> -