Skip to content

Commit

Permalink
remove cibdol ad (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrumsnChocolate authored May 11, 2023
1 parent ad66d0a commit 61e1739
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions app/components/advertisement-tool.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ export default Component.extend({
image: 'advertisements/studenten-wegwijzer.png',
full: true,
},
{
title: 'Cibdol - Swiss purity',
link: 'https://www.cibdol.nl/',
image: 'advertisements/cibdol.gif',
full: true,
},
{
title: 'InShared',
link: 'https://www.inshared.nl/',
Expand Down
2 changes: 1 addition & 1 deletion app/styles/components/advertisement-tool.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// CSS3 code for animation of advertisements
$amount-of-advertisements: 15;
$amount-of-advertisements: 14;
$single-advertisement-width: 175px;
$advertisement-animation-duration: 16s;
$advertisement-animation-holder-width: -$amount-of-advertisements *
Expand Down
Binary file removed public/advertisements/cibdol.gif
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/rendering/components/advertisement-tool-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module('Integration | Component | advertisement tool', function (hooks) {

assert.equal(
this.element.querySelectorAll('.advertisement-item').length,
42 // Number of advertisements times two
40 // Number of advertisements times two
);
});
});

0 comments on commit 61e1739

Please sign in to comment.