chore: update manager image and remove unused image

This commit is contained in:
Ushie 2023-08-09 23:21:41 +03:00
parent a27145d554
commit e7410f7922
No known key found for this signature in database
GPG Key ID: B3AAD18842E34632
5 changed files with 8 additions and 10 deletions

BIN
images/manager.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 774 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

View File

@ -1,17 +1,17 @@
<script>
import Picture from '$lib/components/Picture.svelte';
import manager_screenshot from '$images/manager_two.png?w=1233;822;411&format=avif;webp;png&picture';
import Picture from '$lib/components/Picture.svelte';
import manager_screenshot from '$images/manager.png?w=1233;822;411&format=avif;webp;png&picture';
</script>
<div class="hero-img">
<Picture data={manager_screenshot} alt="Screenshot of ReVanced Manager" />
<Picture data={manager_screenshot} alt="Screenshot of ReVanced Manager" />
</div>
<style>
.hero-img :global(img) {
height: 100%;
border-radius: 1.75rem;
}
.hero-img :global(img) {
height: 100%;
border-radius: 1.75rem;
}
.hero-img {
overflow: hidden;
@ -24,7 +24,6 @@
border-radius: 1.75rem;
background-color: var(--grey-six);
user-select: none;
}
@media (max-width: 1700px) {
.hero-img {

View File

@ -5,7 +5,7 @@
import { createQuery } from '@tanstack/svelte-query';
import manager_screenshot from '$images/manager_two.png?format=avif;webp;png&picture';
import manager_screenshot from '$images/manager.png?format=avif;webp;png&picture';
import Meta from '$lib/components/Meta.svelte';
import { JsonLd } from 'svelte-meta-tags';
@ -56,7 +56,6 @@
applicationSuite: 'ReVanced',
downloadUrl: 'https://revanced.app/download',
maintainer: 'ReVanced',
thumbnailUrl: 'https://revanced.app/manager_two.png',
operatingSystem: 'Android 8',
offers: {
'@type': 'Offer',

Binary file not shown.

Before

Width:  |  Height:  |  Size: 300 KiB