updates
This commit is contained in:
22
src2/components/Sections/Footer.vue
Normal file
22
src2/components/Sections/Footer.vue
Normal file
@@ -0,0 +1,22 @@
|
||||
<script setup>
|
||||
defineProps({
|
||||
lead: {
|
||||
type: String,
|
||||
required: true
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="">
|
||||
<a class="green text-2xl flex justify-center" href="https://www.dreamfreely.org" target="_blank">
|
||||
{{ lead }}
|
||||
</a>
|
||||
<br/>
|
||||
Privacy Policy: This website uses <a href="https://umami.is/" target="_blank">Umami</a> for analytics.
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user