This is an automated email from the ASF dual-hosted git repository. hbshin pushed a commit to branch new-web in repository https://gitbox.apache.org/repos/asf/age-website.git
The following commit(s) were added to refs/heads/new-web by this push: new b54156d edit projectDetai.js (#64) b54156d is described below commit b54156d288ac9d7bca48548919909ca24085a5a5 Author: ohshinyeop <46528849+ohshiny...@users.noreply.github.com> AuthorDate: Wed Aug 24 17:11:40 2022 +0900 edit projectDetai.js (#64) * RQ-1004 * community-join / landing page * landing page style * landing page / footer / add perfect scrollbar module * 220823 * edit projectDetai.js --- src/components/ProjectDetail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ProjectDetail.js b/src/components/ProjectDetail.js index 9553d6e..21fd8f8 100644 --- a/src/components/ProjectDetail.js +++ b/src/components/ProjectDetail.js @@ -31,7 +31,7 @@ const ProjectDetail = (props) => { <p className={styles.desc}>{project.shortDescription}</p> </div> <a className={styles.link} href={project.url} target="_blank"> - View Detail + View Details </a> </div> );