Skip to content

Commit

Permalink
Merge pull request #20 from LikeLionHGU/ver2024
Browse files Browse the repository at this point in the history
edit: change image & add ceo
  • Loading branch information
healim01 authored Oct 17, 2023
2 parents 0395e7a + 221ccb0 commit 45c6566
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 31 deletions.
50 changes: 25 additions & 25 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.
8 changes: 4 additions & 4 deletions src/assets/recruit/mobile/howtoapply_mobile.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, instagramAddress, mailAddress } from '../utils/commons';
import { address, ceo, 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} (한동대학교 대표)
{mailAddress} (한동대학교 대표 {ceo})
</Link>
<Box sx={{ height: 32 }} />
<Typography
Expand Down
1 change: 1 addition & 0 deletions src/utils/commons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ export const mailAddress = '[email protected]';
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 45c6566

Please sign in to comment.