File tree Expand file tree Collapse file tree 2 files changed +16
-8
lines changed
service-apply/src/components/common
service-manager/src/components/common Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,13 @@ import { Txt } from '@quokka/design-system';
22import { Link } from 'react-router-dom' ;
33
44export const Footer = ( ) => {
5- const INSTAGRAM_LINK = 'https://www.instagram.com/jnu_remember__ /' ;
5+ const INSTAGRAM_LINK = 'https://www.instagram.com/cnu_green /' ;
66
7- const EMAIL = 'jnu_remember@naver.com' ;
7+ const INSTAGRAM_TITLE = '@cnu_green' ;
8+
9+ const EMAIL = 'cnu2026draw@naver.com' ;
10+
11+ const KAKAO_CHANNEL_NAME = '2026 전남대학교 총학생회 그린' ;
812
913 return (
1014 < footer className = "grid md:grid-cols-12 w-full left-0 border-t border-[#DBDBDB] py-4 h-44" >
@@ -15,15 +19,15 @@ export const Footer = () => {
1519 < Txt className = "py-1" >
1620 공식 인스타그램
1721 < Link to = { INSTAGRAM_LINK } >
18- < Txt className = "underline lowercase" > { '(@jnu_remember__)' } </ Txt >
22+ < Txt className = "underline lowercase" > { `( ${ INSTAGRAM_TITLE } )` } </ Txt >
1923 </ Link >
2024 </ Txt >
2125 < Txt className = "py-1" >
2226 공식 메일
2327 < Txt className = "lowercase" > { `(${ EMAIL } )` } </ Txt >
2428 </ Txt >
2529 < Txt className = "py-1" >
26- 카카오톡 공식 채널(2025 전남대학교 총학생회 기억 )
30+ 카카오톡 공식 채널({ ` ${ KAKAO_CHANNEL_NAME } ` } )
2731 </ Txt >
2832 </ div >
2933 </ footer >
Original file line number Diff line number Diff line change @@ -2,9 +2,13 @@ import { Txt } from '@quokka/design-system';
22import { Link } from 'react-router-dom' ;
33
44export const Footer = ( ) => {
5- const INSTAGRAM_LINK = 'https://www.instagram.com/jnu_remember__ /' ;
5+ const INSTAGRAM_LINK = 'https://www.instagram.com/cnu_green /' ;
66
7- const EMAIL = 'jnu_remember@naver.com' ;
7+ const INSTAGRAM_TITLE = '@cnu_green' ;
8+
9+ const EMAIL = 'cnu2026draw@naver.com' ;
10+
11+ const KAKAO_CHANNEL_NAME = '2026 전남대학교 총학생회 그린' ;
812
913 return (
1014 < footer className = "grid md:grid-cols-12 w-full left-0 border-t border-[#DBDBDB] py-4 h-44" >
@@ -15,15 +19,15 @@ export const Footer = () => {
1519 < Txt className = "py-1" >
1620 공식 인스타그램
1721 < Link to = { INSTAGRAM_LINK } >
18- < Txt className = "underline lowercase" > { '(@jnu_remember__)' } </ Txt >
22+ < Txt className = "underline lowercase" > { `( ${ INSTAGRAM_TITLE } )` } </ Txt >
1923 </ Link >
2024 </ Txt >
2125 < Txt className = "py-1" >
2226 공식 메일
2327 < Txt className = "lowercase" > { `(${ EMAIL } )` } </ Txt >
2428 </ Txt >
2529 < Txt className = "py-1" >
26- 카카오톡 공식 채널(2025 전남대학교 총학생회 기억 )
30+ 카카오톡 공식 채널({ ` ${ KAKAO_CHANNEL_NAME } ` } )
2731 </ Txt >
2832 </ div >
2933 </ footer >
You can’t perform that action at this time.
0 commit comments