mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
Prepare for main PR
This commit is contained in:
parent
dcad49aab2
commit
a8cf14c3a6
@ -5,7 +5,7 @@ defineProps<{ title: string; description?: string; dir?: string }>()
|
||||
<template>
|
||||
<div
|
||||
tw="w-full h-full bg-white flex flex-col"
|
||||
style="background:linear-gradient(0deg, rgba(255, 255, 255, 0.92), rgba(231,230,255,0.86)), url(https://kodo.moe/img/open-graph-background.png)"
|
||||
style="background:linear-gradient(0deg, rgba(255, 255, 255, 0.92), rgba(231,230,255,0.86)), url(https://tachiyomi.org/img/open-graph-background.png)"
|
||||
>
|
||||
<div tw="p-10 w-full min-h-0 grow flex flex-col items-center justify-between">
|
||||
<div tw="w-full flex justify-between items-center text-4xl font-medium">
|
||||
|
@ -25,7 +25,7 @@ export default {
|
||||
app.component("IconDownload", IconDownload)
|
||||
app.component("IconNewspaperVariant", IconNewspaperVariant)
|
||||
app.component("IconBugReport", IconBugReport)
|
||||
analytics({ id: "G-J1GE7WPJEX" })
|
||||
analytics({ id: "G-2CBXXM1Y86" })
|
||||
},
|
||||
Layout,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user