Skip to content

Commit 2f7da6b

Browse files
committed
Add link to bug reports related to the shutdown.
1 parent e53b609 commit 2f7da6b

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

Diff for: _includes/contactus.html

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<section>
2+
<p>
3+
<h6>The hosted Parse service has been shut down. If you are having issues migrating your data, <a href="https://developers.facebook.com/bugs/create/?parse_app_id=none&parse_app_name=OpenSourceHubInbound&parse_email=migration%40parse.com">contact us</a>.</h6>
4+
</p>
5+
</section>

Diff for: _layouts/default.html

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
{% include nav.html %}
99
{% include header.html %}
10+
{% include contactus.html %}
1011
{% include nav-secondary.html %}
1112

1213
<div class="wrapper">

Diff for: css/main.scss

+2-9
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ nav{
328328
}
329329
@media screen and (max-width: $largeWidth) {
330330
line-height: 72px;
331-
}
331+
}
332332
}
333333
.hideOnMobile{
334334
@media screen and (max-width: $tinyWidth){
@@ -956,7 +956,7 @@ section{
956956
background: url("../img/arrowRight.svg") no-repeat center;
957957
background-size: 100% auto;
958958
opacity: 0.18;
959-
}
959+
}
960960
&.expandableRepoLink{
961961
min-height: 40px;
962962
height: auto;
@@ -1214,10 +1214,3 @@ footer{
12141214
}
12151215
}
12161216
}
1217-
1218-
1219-
1220-
1221-
1222-
1223-

0 commit comments

Comments
 (0)