mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-02-06 09:55:50 +00:00
Cleanup
This commit is contained in:
parent
419ac06d9c
commit
b0838d9bf6
@ -4,7 +4,7 @@ export default {
|
|||||||
LOGO_HEADER_PATH: '/img/custom/logo-horizontal.svg',
|
LOGO_HEADER_PATH: '/img/custom/logo-horizontal.svg',
|
||||||
LOGO_HEADER_WIDTH: '130px',
|
LOGO_HEADER_WIDTH: '130px',
|
||||||
LOGO_HEADER_CLICK: {
|
LOGO_HEADER_CLICK: {
|
||||||
externalLink: 'https://yunite.org/',
|
externalLink: null,
|
||||||
internalPath: {
|
internalPath: {
|
||||||
to: {
|
to: {
|
||||||
name: 'index',
|
name: 'index',
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
<ds-grid-item v-if="showDonations" class="top-info-bar" :row-span="1" column-span="fullWidth">
|
<ds-grid-item v-if="showDonations" class="top-info-bar" :row-span="1" column-span="fullWidth">
|
||||||
<donation-info :goal="goal" :progress="progress" />
|
<donation-info :goal="goal" :progress="progress" />
|
||||||
</ds-grid-item>
|
</ds-grid-item>
|
||||||
<!-- newsfeed -->
|
<!-- news feed -->
|
||||||
<template v-if="hasResults">
|
<template v-if="hasResults">
|
||||||
<masonry-grid-item
|
<masonry-grid-item
|
||||||
v-for="post in posts"
|
v-for="post in posts"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user