Skip to content

Commit e86c1e2

Browse files
committed
hide updating content for now because of api limits
1 parent 569ae30 commit e86c1e2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/views/Foundation.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
title-id="what-we-do"
3030
:title="$t('foundation.whatWeDo.title')"
3131
:body="$t('foundation.whatWeDo.body')">
32-
<sponsors-detailed class="" />
32+
<!-- <sponsors-detailed class="" /> -->
3333
</page-section>
3434
</div>
3535
<page-footer />

src/views/Home.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<div class="col-sm-12 col-lg-8 col-lg-offset-2 type-large p-medium card bg-secondary">
99
<div v-html="$t('introduction.body')" />
1010
</div>
11-
<div class="col-sm-12 col-lg-3 col-lg-offset-2 calendar-container">
11+
<!-- <div class="col-sm-12 col-lg-3 col-lg-offset-2 calendar-container">
1212
<calendar />
1313
</div>
1414
<div class="col-sm-12 col-lg-5 pl-medium news-container">
1515
<news />
16-
</div>
16+
</div> -->
1717
</div>
1818
<hr class="theme">
1919
<!-- getting started -->
@@ -66,7 +66,7 @@
6666
title-id="development"
6767
:title="$t('development.title')">
6868
<div v-html="$t('development.body')" class="body" />
69-
<sponsors />
69+
<!-- <sponsors /> -->
7070
<milestones />
7171
</page-section>
7272
</div>

0 commit comments

Comments
 (0)