We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a03c9e commit ca4e7abCopy full SHA for ca4e7ab
1 file changed
pages/index.vue
@@ -780,17 +780,13 @@ onMounted(async () => {
780
<div class="text-700 text-md text-center hidden sm:block">
781
Your collection, perfected.
782
</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
- >
+ <span class="flex items-center justify-end">
788
<img
789
src="https://app.aikido.dev/assets/badges/label-only-dark-theme.svg"
790
alt="Aikido Security Audit Report"
791
id="aikido-img"
792
/>
793
- </a>
+ </span>
794
</footer>
795
</template>
796
0 commit comments