Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit 37e6a19

Browse files
committed
fix(footer): hide forge button
1 parent 3172dc2 commit 37e6a19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/app-footer/app-footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ export class AppFooter {
4343
<div class="footer--column col-12 col-sm-4">
4444
<h2>{translate('footer.webinar.signup')}</h2>
4545
<p>{translate('footer.webinar.webinarText')}</p>
46-
<a href="http://startupjunto.org/" target="_blank" id="startup-junto meetup" rel="noopener" class="btn-primary button-link">
46+
{/* <a href="http://startupjunto.org/" target="_blank" id="startup-junto meetup" rel="noopener" class="btn-primary button-link">
4747
{translate('footer.webinar.register')}
48-
</a>
48+
</a> */}
4949
</div>
5050
</div>
5151

0 commit comments

Comments
 (0)