Skip to content

Commit

Permalink
Merge pull request #27 from aetheras-io/yourator-url
Browse files Browse the repository at this point in the history
change recruit url to yourator
  • Loading branch information
tlee21 authored Oct 21, 2019
2 parents 0c0e3f8 + 149f8d7 commit f79092c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/components/Join-Us.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const JoinUs = (props) => {
<span className={usingClasses(classes, 'subTitleText')}>
<FormattedMessage
id="join_us_message"
defaultMessage={'We are currently hiring for various roles at our Taipei office. Please visit our 104 page for details'}
defaultMessage={'We are currently hiring for various roles at our Taipei office. Please visit our Yourator page for details'}
/>
</span>
<Button variant="contained" color="primary" className={usingClasses(classes, 'button')}>
Expand Down
6 changes: 3 additions & 3 deletions src/i18n/messages/en_US.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ const en_US = {
"founder_title": "Co-Founder",
/* join_us */
"join_us_title": "We Are Hiring",
"join_us_message": "We are currently hiring for various roles at our Taipei office. Please visit our 104 page for details",
"join_us_message": "We are currently hiring for various roles at our Taipei office. Please visit our Yourator page for details",
"join_us_button": "Learn More",
/* footer */
"contact": "Contact",
"address_name": "8F.-4, No. 139, Songjiang Rd., Zhongshan Dist., Taipei City 104, Taiwan (R.O.C.)",
"address_url": "https://www.google.com.tw/maps/place/8F.-4,+No,+No.+139,+Songjiang+Road,+Zhongshan+District,+Taipei+City,+10491/@25.0551257,121.5310864,17z/data=!3m1!4b1!4m5!3m4!1s0x3442a95e2641b4ef:0x4ff57a8f15a8bbed!8m2!3d25.0551209!4d121.5332751?hl=en",
"address_name": "8F., No. 66, Nanjing W. Rd., Datong Dist., Taipei City 103, Taiwan (R.O.C.)",
"address_url": "https://www.google.com/maps/search/8F.,.+66,+Nanjing+W.+Rd.,+Datong+Dist.,+Taipei+City+103,+Taiwan/@25.0528742,121.5164682,17z?hl=en",
/* not_found */
"not_found_title": "404 Page Not Found",
"not_found_message": "The page you visited either does not exist or has been moved.",
Expand Down
6 changes: 3 additions & 3 deletions src/i18n/messages/zh_TW.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ const zh_TW = {
"founder_title": "創辦人",
/* join_us */
"join_us_title": "我們正在招募夥伴",
"join_us_message": "我們正在尋找各個職位的同伴,辦公室地點位於台北市,更多資訊請參考我們的104網頁",
"join_us_message": "我們正在尋找各個職位的同伴,辦公室地點位於台北市,更多資訊請參考我們的Yourator網頁",
"join_us_button": "了解更多",
/* footer */
"contact": "聯絡我們",
"address_name": "台北市中山區松江路139號8樓之4",
"address_url": "https://www.google.com.tw/maps/place/10491%E5%8F%B0%E5%8C%97%E5%B8%82%E4%B8%AD%E5%B1%B1%E5%8D%80%E6%9D%BE%E6%B1%9F%E8%B7%AF139%E8%99%9F%E6%A8%93%E4%B9%8B4/@25.0551209,121.5310811,17z/data=!3m1!4b1!4m5!3m4!1s0x3442a95e2641b4ef:0xc4d6eb589e692817!8m2!3d25.0551209!4d121.5332751",
"address_name": "台北市大同區南京西路66號8樓",
"address_url": "https://www.google.com/maps/place/103台北市大同區南京西路66號8F/@25.0528742,121.5164682,17z/data=!4m5!3m4!1s0x3442a96c0a52d9b7:0x7a7be8cf8acc8268!8m2!3d25.0528742!4d121.5186569",
/* not_found */
"not_found_title": "404",
"not_found_message": "你所訪問的網頁連結已經不存在或被移除了。",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/const.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const CONST = {
twitterURL: 'https://twitter.com/aetheras_io',
discordURL: 'https://discord.gg/R9TCtyh',
contactMail: 'mailto:[email protected]',
recruitURL: 'https://www.104.com.tw/jobbank/custjob/index.php?r=cust&j=48524a733c3e466f383a426b40463e2193131312f483e527109j56&jobsource=checkc',
recruitURL: 'https://www.yourator.co/companies/Aetheras',
whitePaperURL: 'https://www.aetheras.io/404',
googleAnalyticsID: 'UA-142380558-1'
}
Expand Down

0 comments on commit f79092c

Please sign in to comment.