Skip to content

Commit

Permalink
feat: add unique Premium feature media
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Dec 14, 2023
1 parent d7ad8b3 commit 018c2b8
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 1 deletion.
51 changes: 50 additions & 1 deletion components/pages/posts/PromotedContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,56 @@
const promos = [
// Premium
{
media: '/img/promo/R34_App_Premium.jpg',
media: '/img/promo/premium/Additional Boorus.jpg',
mediaWidth: 1280,
mediaHeight: 1280,
mediaType: 'image',
link: '/premium'
},
{
media: '/img/promo/premium/Discord Role.jpg',
mediaWidth: 1280,
mediaHeight: 1280,
mediaType: 'image',
link: '/premium'
},
{
media: '/img/promo/premium/Hide Promoted Content.jpg',
mediaWidth: 1280,
mediaHeight: 1280,
mediaType: 'image',
link: '/premium'
},
{
media: '/img/promo/premium/One-Click Downloads.jpg',
mediaWidth: 1280,
mediaHeight: 1280,
mediaType: 'image',
link: '/premium'
},
{
media: '/img/promo/premium/Save Posts.jpg',
mediaWidth: 1280,
mediaHeight: 1280,
mediaType: 'image',
link: '/premium'
},
{
media: '/img/promo/premium/Source Locator.jpg',
mediaWidth: 1280,
mediaHeight: 1280,
mediaType: 'image',
link: '/premium'
},
{
media: '/img/promo/premium/Support Us.jpg',
mediaWidth: 1280,
mediaHeight: 1280,
mediaType: 'image',
link: '/premium'
},
{
media: '/img/promo/premium/Tag Collections.jpg',
mediaWidth: 1280,
mediaHeight: 1280,
mediaType: 'image',
Expand Down
Binary file removed public/img/promo/R34_App_Premium.jpg
Binary file not shown.
Binary file added public/img/promo/premium/Additional Boorus.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/promo/premium/Discord Role.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/promo/premium/One-Click Downloads.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/promo/premium/Save Posts.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/promo/premium/Source Locator.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/promo/premium/Support Us.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/promo/premium/Tag Collections.jpg
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 018c2b8

Please sign in to comment.