saahildcom/components/SnakeGrid.vue
Neon 7667b2c714
Rewrite (#23)
Co-authored-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
2025-07-28 23:41:06 -04:00

9 lines
276 B
Vue

<!-- peak code -->
<template>
<div class="ml-10">
<h2 class="font-bold text-2xl ml-3">Snake activity graph:</h2>
<img
src="https://raw.githubusercontent.com/NeonGamerBot-QK/NeonGamerBot-QK/output/github-contribution-grid-snake.svg"
/>
</div>
</template>