This commit is contained in:
thepaperpilot 2022-12-01 00:22:10 -06:00
parent 9bdff9332b
commit e82b090d60
3 changed files with 15 additions and 5 deletions

View file

@ -10,9 +10,9 @@
<link rel="alternate icon" type="image/png" sizes="48x48" href="/favicon.ico"> <link rel="alternate icon" type="image/png" sizes="48x48" href="/favicon.ico">
<meta name="theme-color" content="#2E3440"> <meta name="theme-color" content="#2E3440">
<title>Profectus</title> <title>Advent Incremental</title>
<meta name="description" content="A project made in Profectus"/> <meta name="description" content="An incremental game you play a day at a time, leading up to Christmas!"/>
<script defer="true" data-domain="thepaperpilot.org" src="https://plausible.io/js/plausible.js"></script>
</head> </head>
<body> <body>
<noscript> <noscript>

View file

@ -26,7 +26,17 @@
<template v-slot:header <template v-slot:header
><h2>{{ main.loreTitle.value }}</h2></template ><h2>{{ main.loreTitle.value }}</h2></template
> >
<template v-slot:body>{{ main.loreBody.value }}</template> <template v-slot:body>
{{ main.loreBody.value }}
<div v-if="!main.days[main.day.value - 1].opened.value">
<br />
You can help continue the <i>advent</i>ure at:
<a href="https://discord.gg/WzejVAx" class="info-modal-discord-link">
<span class="material-icons info-modal-discord">discord</span>
The Paper Pilot Community
</a>
</div>
</template>
</Modal> </Modal>
</div> </div>
</template> </template>

View file

@ -81,7 +81,7 @@ function openChangelog() {
} }
</script> </script>
<style scoped> <style>
.info-modal-header { .info-modal-header {
display: flex; display: flex;
margin: -20px; margin: -20px;