2025-07-24 16:08:17 +02:00
|
|
|
<template>
|
2025-10-03 13:19:20 +02:00
|
|
|
<footer class="k-container">
|
|
|
|
|
<div class="k-footer">
|
|
|
|
|
KrAIken is a project by <u><a href="https://sovraigns.network/" target="_blank">SovrAIgns.network</a></u
|
|
|
|
|
>.<br />
|
2026-02-20 09:00:34 +01:00
|
|
|
Autonomous liquidity protocol. Use at your own risk.
|
2025-10-03 13:19:20 +02:00
|
|
|
</div>
|
|
|
|
|
</footer>
|
2025-07-24 16:08:17 +02:00
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<style lang="sass">
|
|
|
|
|
.k-footer
|
|
|
|
|
font-size: 14px
|
|
|
|
|
line-height: 22px
|
|
|
|
|
letter-spacing: 0.15px
|
|
|
|
|
padding-bottom: 48px
|
|
|
|
|
a
|
|
|
|
|
color: #F0F0F0
|
|
|
|
|
@media (min-width: 992px)
|
|
|
|
|
font-size: 16px
|
2025-10-03 13:19:20 +02:00
|
|
|
</style>
|