Skip to content

Commit ca4e7ab

Browse files
committed
remove aikido link footer
1 parent 6a03c9e commit ca4e7ab

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

pages/index.vue

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -780,17 +780,13 @@ onMounted(async () => {
780780
<div class="text-700 text-md text-center hidden sm:block">
781781
Your collection, perfected.
782782
</div>
783-
<a
784-
href="https://app.aikido.dev/audit-report/external/NzayAUgNoqiMuiy7p7yNvI0U/request"
785-
target="_blank"
786-
class="flex items-center justify-end"
787-
>
783+
<span class="flex items-center justify-end">
788784
<img
789785
src="https://app.aikido.dev/assets/badges/label-only-dark-theme.svg"
790786
alt="Aikido Security Audit Report"
791787
id="aikido-img"
792788
/>
793-
</a>
789+
</span>
794790
</footer>
795791
</template>
796792

0 commit comments

Comments
 (0)