feat: 💬 update popup modal text
This commit is contained in:
parent
cbcac29561
commit
26977635bd
1 changed files with 7 additions and 2 deletions
|
@ -3,8 +3,13 @@ layout: base.webc
|
|||
---
|
||||
|
||||
<popup-modal id="nsfw-warning" :open="isOpen">
|
||||
<template webc:nokeep slot="heading">Whoa, Nelly!</template>
|
||||
<template webc:nokeep slot="message">Here be kinky dragons!</template>
|
||||
<template webc:nokeep slot="heading">
|
||||
🔞 Whoa, Nelly! 🔞
|
||||
</template>
|
||||
<template webc:nokeep slot="message">
|
||||
<p>Entering the kinky zone!</p>
|
||||
<p>You confirm that you are of legal age to view adult content!</p>
|
||||
</template>
|
||||
</popup-modal>
|
||||
|
||||
<main :class="firstName.toLowerCase()">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue