public/components/CommitStatBox.vue
eggy bd852ba906 feat: add site box
also make mobile easier to see
2022-08-08 17:49:35 -04:00

6 lines
101 B
Vue

<template>
<HomeStatBox color="lightgray">
<h2>Latest commit</h2>
</HomeStatBox>
</template>