mirror of
https://github.com/revanced/revanced-website.git
synced 2025-04-29 22:24:31 +02:00
chore: update manager image and remove unused image
This commit is contained in:
parent
a27145d554
commit
e7410f7922
BIN
images/manager.png
Normal file
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 |
@ -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 {
|
||||
|
@ -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 |
Loading…
x
Reference in New Issue
Block a user