mirror of
https://github.com/bakateam/merakiui.git
synced 2025-12-09 15:05:34 +00:00
12 lines
615 B
Vue
12 lines
615 B
Vue
<template>
|
|
<div class="container px-6 mx-auto">
|
|
<div class="flex flex-col items-center border-t border-gray-200 dark:border-gray-800">
|
|
<div class="py-6 text-center">
|
|
<p class="text-gray-500 dark:text-gray-300">Build with ✨ BY
|
|
<a href="https://twitter.com/khatabwedaa" target="_blank" class="text-blue-500 hover:underline">Khatab Wedaa</a> &
|
|
<a href="https://twitter.com/miaababikir" target="_blank" class="text-blue-500 hover:underline">Mosab Ibrahim</a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</template> |