diff --git a/webapp/components/DonationInfo/DonationInfo.vue b/webapp/components/DonationInfo/DonationInfo.vue index 4abadea60..3a6e74648 100644 --- a/webapp/components/DonationInfo/DonationInfo.vue +++ b/webapp/components/DonationInfo/DonationInfo.vue @@ -10,7 +10,7 @@ diff --git a/webapp/components/ProgressBar/ProgressBar.vue b/webapp/components/ProgressBar/ProgressBar.vue index 561c9bb5d..0b4307b42 100644 --- a/webapp/components/ProgressBar/ProgressBar.vue +++ b/webapp/components/ProgressBar/ProgressBar.vue @@ -31,9 +31,6 @@ export default { type: Number, required: true, }, - label: { - type: String, - }, progress: { type: Number, required: true, @@ -41,6 +38,9 @@ export default { title: { type: String, }, + label: { + type: String, + }, }, computed: { progressBarWidth() { diff --git a/webapp/constants/donations.js b/webapp/constants/donations.js deleted file mode 100644 index 63274d2b7..000000000 --- a/webapp/constants/donations.js +++ /dev/null @@ -1,2 +0,0 @@ -export const DONATIONS_SHOW_MENU_BUTTON = true // Wolle -export const DONATIONS_SHOW_INFO = true diff --git a/webapp/constants/newsfeed.js b/webapp/constants/newsfeed.js deleted file mode 100644 index 563d42135..000000000 --- a/webapp/constants/newsfeed.js +++ /dev/null @@ -1 +0,0 @@ -export const NEWSFEED_SHOW_INFO_LEFT_LANE = true // Wolle diff --git a/webapp/pages/index.vue b/webapp/pages/index.vue index 1db9e5639..b3e244c79 100644 --- a/webapp/pages/index.vue +++ b/webapp/pages/index.vue @@ -1,49 +1,14 @@ - - - - - - - - - - - - - - - + + + + - - + + @@ -90,8 +55,6 @@