Skip to content

Commit

Permalink
Merge pull request #24 from LikeLionHGU/ver2025
Browse files Browse the repository at this point in the history
Ver2025
  • Loading branch information
sungyu0309 authored Oct 6, 2024
2 parents 1474adc + a2a04d5 commit 893f32d
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 47 deletions.
16 changes: 8 additions & 8 deletions src/assets/recruit/howtoapply.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 28 additions & 28 deletions src/assets/recruit/questions.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions src/assets/recruit/schedule.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/pages/Contact.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Box, Card, Grid, IconButton, Link, Typography } from '@mui/material';
import { Helmet } from 'react-helmet-async';
import { address, ceo, instagramAddress, mailAddress } from '../utils/commons';
import { address, instagramAddress, mailAddress } from '../utils/commons';
import InstagramIcon from '@mui/icons-material/Instagram';
import Map from '../components/Map';
import group5206 from '../assets/contact/group5206.svg';
Expand Down Expand Up @@ -35,7 +35,7 @@ export default function Contact() {
이메일
</Typography>
<Link color="common.white" href={`mailto:${mailAddress}`}>
{mailAddress} (한동대학교 대표 {ceo})
{mailAddress} (한동대학교 13기 대표)
</Link>
<Box sx={{ height: 32 }} />
<Typography
Expand Down
3 changes: 1 addition & 2 deletions src/utils/commons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ export const pageInfos = {
};

export const address = '경상북도 포항시 북구 흥해읍 한동로 558 한동대학교';
export const mailAddress = 'kdg1941@handong.ac.kr';
export const mailAddress = 'rejames01@handong.ac.kr';
export const instagramAddress = 'https://www.instagram.com/likelion_hgu/';
export const githubAddress = 'https://github.com/LikeLionHGU';
export const applyLink = 'https://walla.my/survey/qRm0QLd8TXrnRc6gMKAa';
export const ceo = '김동규';

export const position = { name: '한동대학교', latitude: 36.103116, longitude: 129.388368 };

0 comments on commit 893f32d

Please sign in to comment.