Prepare for main PR

This commit is contained in:
Soitora 2023-09-10 23:30:26 +02:00
parent dcad49aab2
commit a8cf14c3a6
No known key found for this signature in database
GPG Key ID: A6D711EB4F2CCD97
2 changed files with 2 additions and 2 deletions

View File

@ -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">

View File

@ -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,
}