Files
hamid.zarghami1@gmail.com e644edbd65 transfer project in github
2024-05-12 15:29:27 +03:30

17 lines
345 B
Vue

<template>
<CFooter :fixed="false">
<div class="mfs-auto">
<div class="copy-right">
<span class="mr-1">Powered by</span>
<a href="https://negarehagency.com/" target="_blank" class="company">Negareh Agency</a>
</div>
</div>
</CFooter>
</template>
<script>
export default {
name: 'TheFooter'
}
</script>