Skip to content

Commit

Permalink
Implement VAR for C24_WMDE_Mobile_DE_08
Browse files Browse the repository at this point in the history
- It is reduced in height to match last year's banners (e. g. B23_WMDE_Mobile_DE_11_ctrl)
- It uses slightly changed copy
- The headline is changed to "Wikipedia ist unverkäuflich"

Ticket: https://phabricator.wikimedia.org/T379292
  • Loading branch information
Sperling-0 committed Nov 12, 2024
1 parent 3e03a72 commit 134c8f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
import { BannerStates } from '@src/components/BannerConductor/StateMachine/BannerStates';
import { computed, inject, ref, watch } from 'vue';
import FullPageBanner from './FullPageBanner.vue';
import MiniBanner from './MiniBanner.vue';
import MiniBanner from './MiniBannerVar.vue';
import FundsModal from '@src/components/UseOfFunds/FundsModal.vue';
import { UseOfFundsContent as useOfFundsContentInterface } from '@src/domain/UseOfFunds/UseOfFundsContent';
import { UseOfFundsCloseSources } from '@src/components/UseOfFunds/UseOfFundsCloseSources';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<header class="wmde-banner-mini-headline">
<div class="wmde-banner-mini-headline-background">
<span class="wmde-banner-mini-headline-content">Ist Ihnen Wikipedia 10&nbsp;€ wert?</span>
<span class="wmde-banner-mini-headline-content">Wikipedia ist unverkäuflich</span>
</div>
</header>

Expand Down

0 comments on commit 134c8f3

Please sign in to comment.