-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Facebook link to Footer component
- Loading branch information
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,6 @@ export const HOMEPAGE_LINK = "https://ausg.me"; | |
export const YOUTUBE_LINK = "https://www.youtube.com/@ausg"; | ||
export const LINKED_IN_LINK = "https://www.linkedin.com/company/ausg-kr"; | ||
export const INSTAGRAM_LINK = "https://www.instagram.com/ausg.awskrug"; | ||
export const FACEBOOK_LINK = "https://www.facebook.com/ausgkr"; | ||
export const GITHUB_LINK = "https://github.com/ausg"; | ||
export const EMAIL = "[email protected]"; |