Merge branch 'master' into 'production'
Revert "Merge branch 'master' of gitlab.com:sahkoinsinoorikilta/vtmk/web2.0-frontend" See merge request sahkoinsinoorikilta/vtmk/web2.0-frontend!163
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ install:
|
||||
audit:
|
||||
image: node:16
|
||||
needs: ["install"]
|
||||
allow_failure: true
|
||||
allow_failure: true
|
||||
stage: audit
|
||||
script:
|
||||
- npm audit --audit-level=critical
|
||||
|
||||
@@ -107,6 +107,9 @@ const BoardPageView: React.FC = () => (
|
||||
</BlueLink>
|
||||
.
|
||||
</p>
|
||||
<p>
|
||||
Muut yhteystiedot löydät <Link to="/yhteystiedot">täältä.</Link>
|
||||
</p>
|
||||
<p>
|
||||
{"Hallitukselle voi myös lähettää palautetta täyttämällä "}
|
||||
<BlueLink to="https://docs.google.com/forms/d/e/1FAIpQLSeD8Hm66uvwr7Xa2WGgOCfI2RS1NrZsmISf2QBKUcJf_stv8g/viewform?usp=sf_link">
|
||||
|
||||
@@ -7,7 +7,7 @@ const ContactsPageView: React.FC = () => (
|
||||
<div>
|
||||
<h6>Hallitus</h6>
|
||||
<p>
|
||||
Koko hallitukseen saat yhteyden osoitteesta <a href="mailto:hallitus@sahkoinsinoorikilta.fi">hallitus@sahkoinsinoorikilta.fi</a>.
|
||||
Koko hallitukseen saat yhteyden osoitteesta hallitus@sahkoinsinoorikilta.fi.
|
||||
Yksittäisten hallituksen jäsenten yhteystiedot löydät <Link to="/kilta/hallitus">täältä.</Link>
|
||||
</p>
|
||||
<h6>Postiosoite</h6>
|
||||
@@ -21,7 +21,7 @@ const ContactsPageView: React.FC = () => (
|
||||
<p>
|
||||
Yhdistys : Aalto-yliopiston Sähköinsinöörikilta ry <br />
|
||||
Y-tunnus: 1627010-1 <br />
|
||||
Sähköpostilaskut: <a href="mailto:rahastonhoitaja@sahkoinsinoorikilta.fi">rahastonhoitaja@sahkoinsinoorikilta.fi </a>
|
||||
Sähköpostilaskut: <a href="mailto:rahastonhoitaja@sahkoinsinoorikilta.fi">rahastonhoitaja@sahkoinsinoorikilta.fi</a>
|
||||
</p>
|
||||
<h6>Kiltahuone</h6>
|
||||
<p>
|
||||
|
||||
@@ -7,8 +7,8 @@ import {
|
||||
import FreshmenPageHero from "./FreshmenPageHero";
|
||||
|
||||
const FUKSI_POINTS_LINK = "https://static.sahkoinsinoorikilta.fi/FTMK/Fuksipisteohje.pdf";
|
||||
const TG_GROUP_CHAT_LINK = "https://www.youtube.com/watch?v=dQw4w9WgXcQ";
|
||||
const TG_NOTIFICATIONS_LINK = "https://www.youtube.com/watch?v=dQw4w9WgXcQ";
|
||||
const TG_GROUP_CHAT_LINK = "https://www.youtube.com/watch?v=dQw4w9WgXcQ"; // Vaiha tää :D
|
||||
const TG_NOTIFICATIONS_LINK = "https://www.youtube.com/watch?v=dQw4w9WgXcQ"; // Ja tää
|
||||
const EMAIL_LINK = "ftmk@sahkoinsinoorikilta.fi";
|
||||
const EMAIL_LINK_MAILTO = `mailto:${EMAIL_LINK}`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user