Skip to content

Commit

Permalink
feat(posts, platforms): add windows phone icon
Browse files Browse the repository at this point in the history
  • Loading branch information
veselcraft committed Dec 27, 2023
1 parent ecb778b commit acc5459
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Web/Models/Entities/Post.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ function getPlatform(bool $forAPI = false): ?string
case 'openvk_legacy_ios':
return 'iphone';
break;

case 'windows_phone':
return 'wphone';
break;

case 'vika_touch': // кика хохотач ахахахаххахахахахах
case 'vk4me':
Expand Down
72 changes: 72 additions & 0 deletions Web/static/img/app_icons_mini/wphone.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit acc5459

Please sign in to comment.