Skip to content

Commit

Permalink
Remove beta message
Browse files Browse the repository at this point in the history
  • Loading branch information
RoelN committed Dec 28, 2024
1 parent 785fd69 commit dac9f67
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
15 changes: 0 additions & 15 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,21 +110,6 @@ h3 {
background: var(--offwhite);
}

.beta-message {
position: fixed;
z-index: 200;
bottom: 0;
left: 0;
right: 0;
padding: 0.5em 2em;
text-align: center;
background: var(--yellow);
}

.beta-message a {
color: inherit;
}

@media screen and (prefers-reduced-motion: reduce) {
*,
*:before,
Expand Down
4 changes: 0 additions & 4 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
/>
<FontReport :font="font" :isExamplefont="isExamplefont" />
<InfoModal v-if="showInfoModal" @toggleInfoModal="toggleInfoModal" />
<div class="beta-message">
Heya! You’re looking at the beta site. Comments, bugs or feedback?
<a href="mailto:[email protected]">Let me know!</a>
</div>
</main>
</template>

Expand Down

0 comments on commit dac9f67

Please sign in to comment.