Minor: Display: Use SVG as default course illustration with final design colors. Update default color.

pull/3991/head
Yannick Warnier 4 years ago
parent 56eb63a3a5
commit 385dd1afca
  1. BIN
      public/img/session_default.png
  2. 147
      public/img/session_default.svg
  3. 2
      src/CoreBundle/Entity/Course.php

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 34 KiB

@ -1321,7 +1321,7 @@ class Course extends AbstractResource implements ResourceInterface, ResourceWith
public function getDefaultIllustration(int $size): string
{
return '/img/session_default.png';
return '/img/session_default.svg';
}
public function getResourceIdentifier(): int

Loading…
Cancel
Save