mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Merge pull request #2422 from Human-Connection/2401-Hide_Donations_Bar
Hide Donations Bar
This commit is contained in:
commit
a8edf46b56
@ -5,7 +5,12 @@
|
|||||||
<filter-menu :hashtag="hashtag" @clearSearch="clearSearch" />
|
<filter-menu :hashtag="hashtag" @clearSearch="clearSearch" />
|
||||||
</ds-grid-item>
|
</ds-grid-item>
|
||||||
<ds-grid-item :row-span="2" column-span="fullWidth" class="top-info-bar">
|
<ds-grid-item :row-span="2" column-span="fullWidth" class="top-info-bar">
|
||||||
<donation-info />
|
<!--<donation-info /> -->
|
||||||
|
<div>
|
||||||
|
<a target="_blank" href="https://human-connection.org/spenden/">
|
||||||
|
<ds-button primary>{{ $t('donations.donate-now') }}</ds-button>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
<div class="sorting-dropdown">
|
<div class="sorting-dropdown">
|
||||||
<ds-select
|
<ds-select
|
||||||
v-model="selected"
|
v-model="selected"
|
||||||
@ -56,7 +61,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import DonationInfo from '~/components/DonationInfo/DonationInfo.vue'
|
// import DonationInfo from '~/components/DonationInfo/DonationInfo.vue'
|
||||||
import FilterMenu from '~/components/FilterMenu/FilterMenu.vue'
|
import FilterMenu from '~/components/FilterMenu/FilterMenu.vue'
|
||||||
import HcEmpty from '~/components/Empty/Empty'
|
import HcEmpty from '~/components/Empty/Empty'
|
||||||
import HcPostCard from '~/components/PostCard/PostCard.vue'
|
import HcPostCard from '~/components/PostCard/PostCard.vue'
|
||||||
@ -69,7 +74,7 @@ import PostMutations from '~/graphql/PostMutations'
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
DonationInfo,
|
// DonationInfo,
|
||||||
FilterMenu,
|
FilterMenu,
|
||||||
HcPostCard,
|
HcPostCard,
|
||||||
HcLoadMore,
|
HcLoadMore,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user