mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-22 02:23:57 +00:00
feat: nicer homescreen ui
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
<IndexDescription />
|
||||
<div id="heroimg"><HeroImage /></div>
|
||||
</div>
|
||||
<SocialHost />
|
||||
</div>
|
||||
<SocialHost />
|
||||
|
||||
<style>
|
||||
.wrappezoid {
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
<script>
|
||||
import DownloadChannelHost from '$lib/components/molecules/DownloadChannelHost.svelte';
|
||||
import DownloadSelectorHost from '$lib/components/molecules/DownloadSelectorHost.svelte';
|
||||
</script>
|
||||
|
||||
<div class="wrapper">
|
||||
<DownloadChannelHost></DownloadChannelHost>
|
||||
<DownloadSelectorHost></DownloadSelectorHost>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user