diff --git a/src/views/ForFreshmenPage/ForFreshmenPageView.tsx b/src/views/ForFreshmenPage/ForFreshmenPageView.tsx index 2c6eaf1..e9cdfc4 100644 --- a/src/views/ForFreshmenPage/ForFreshmenPageView.tsx +++ b/src/views/ForFreshmenPage/ForFreshmenPageView.tsx @@ -70,7 +70,8 @@ const ForFreshmenPageView: React.FC = () => (
Freshmen captains

- We are your freshman captains Teemu and Henri and we'll be here to support you and monitor your progress throughout the freshman year adventures toward earning your engineer's hat (= teekkarilakki), + We are your freshman captains Teemu and Henri and we'll be here to support you and monitor your + progress throughout the freshman year adventures toward earning your engineer's hat (= teekkarilakki), which you might possibly earn during May Day next spring. If you have any questions, feel free to contact us via Telegram or email.

@@ -100,7 +101,7 @@ const ForFreshmenPageView: React.FC = () => ( Join the guild! - Fuksipoint guide + Fuksipoint guide - This will be translated later so don't worry if you don't understand Finnish!
@@ -114,7 +115,8 @@ const ForFreshmenPageView: React.FC = () => (

It's a good idea to take a look at the fuksiguide before starting your studies! - The guide will appear to this page sooner than you might expect! here!. + The guide contains lots of useful information about the guild, the student union, and the student life in Otaniemi. + You can find the guide here.


Telegram?
@@ -129,7 +131,7 @@ const ForFreshmenPageView: React.FC = () => ( src="https://static.sahkoinsinoorikilta.fi/FTMK/SIK-Fuksit-2025.jpg" />

or press me!

-

Also join the notifications channel fo SIK fuksis, to stay in the loop!:

+

Also join the notifications channel for SIK fuksis, to stay in the loop!:

diff --git a/src/views/FreshmenPage/FreshmenPageView.tsx b/src/views/FreshmenPage/FreshmenPageView.tsx index a73e38b..52a31db 100644 --- a/src/views/FreshmenPage/FreshmenPageView.tsx +++ b/src/views/FreshmenPage/FreshmenPageView.tsx @@ -96,7 +96,7 @@ const FreshmenPageView: React.FC = () => ( Fuksikipparit tavoitat - Liity jäseneksi + Liity jäseneksi tästä Fuksipisteohje diff --git a/stack-compose.yml b/stack-compose.yml index 744ace3..6f90d05 100644 --- a/stack-compose.yml +++ b/stack-compose.yml @@ -4,8 +4,13 @@ services: frontend: image: registry.gitlab.com/sahkoinsinoorikilta/vtmk/web2.0-frontend:prod deploy: - replicas: 1 + replicas: 2 # TEMP 2 for testing update_config: order: start-first ports: - 3000:3000 + healthcheck: + test: ["CMD", "curl", "-f", "http://localhost:3000"] + interval: 10s + timeout: 3s + retries: 3