This repository was archived by the owner on Feb 5, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44<p align =" center " >
55 <a href =" http://www.openforge.io/ " >Official Website</a > |
66 <a href =" http://www.openforge.io/opportunities " >Opportunities</a > |
7- <a href =" https://www.facebook.com/OpenForgeUS / " >Facebook</a >
7+ <a href =" https://www.facebook.com/openforgemobile / " >Facebook</a >
88</p >
99
1010<h3 align =" center " >
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ export class AppBlog {
121121 this . blogPostsData = [ ] ;
122122 let index = ( page - 1 ) * this . pageSize ;
123123 const endPoint = Math . min ( this . allBlogPosts . length , page * this . pageSize ) ;
124- for ( index ; index < endPoint ; index ++ ) {
124+ for ( index ; index < endPoint ; index += 1 ) {
125125 this . blogPostsData . push ( this . allBlogPosts [ index ] ) ;
126126 }
127127 }
@@ -347,10 +347,10 @@ export class AppBlog {
347347
348348 < p class = "contact-icons-label" > Follow Us:</ p >
349349 < div class = "contact-icons" >
350- < a href = "https://twitter.com/OpenForge_US " target = "_blank" rel = "noopener" >
350+ < a href = "https://twitter.com/openforgemobile " target = "_blank" rel = "noopener" >
351351 < app-img class = "contact-icon" src = "/assets/blog/twitter.png" alt = "twitter" />
352352 </ a >
353- < a href = "https://www.facebook.com/OpenForgeUS /" target = "_blank" rel = "noopener" >
353+ < a href = "https://www.facebook.com/openforgemobile /" target = "_blank" rel = "noopener" >
354354 < app-img class = "contact-icon" src = "/assets/blog/facebook.png" alt = "facebook" />
355355 </ a >
356356 < a href = "https://www.linkedin.com/company/openforge/" target = "_blank" rel = "noopener" >
You can’t perform that action at this time.
0 commit comments