mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-25 03:41:02 +00:00
feat: packages fullscreen dialogue
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
<section class="hero">
|
||||
<div class="hero-text">
|
||||
<h1>Continuing the <br />legacy of <span>Vanced.</span></h1>
|
||||
<h4>
|
||||
<p>
|
||||
Customize your mobile experience through ReVanced <br /> by applying patches to your applications.
|
||||
</h4>
|
||||
</p>
|
||||
<div class="hero-buttons">
|
||||
<Button icon="download" kind="primary" href="download">Download Manager</Button>
|
||||
<Button icon="docs" href="patches">View patches</Button>
|
||||
@@ -24,7 +24,7 @@
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
h4 {
|
||||
p {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
import Navigation from './NavButton.svelte';
|
||||
import Svg from '$lib/components/Svg.svelte';
|
||||
import Modal from '$lib/components/Modal.svelte';
|
||||
import Modal from '$lib/components/Dialogue.svelte';
|
||||
import Button from '$lib/components/Button.svelte';
|
||||
|
||||
import { clear_and_reload } from '$data/api/cache';
|
||||
|
||||
Reference in New Issue
Block a user