moss / src /components /custom /GithubSite.vue
xianqiu's picture
change the port
61ede3b
raw
history blame
207 Bytes
<template>
<div class="text-neutral-400">
<span>Star on</span>
<a href="https://github.com/Chanzhaoyu/chatgpt-bot" target="_blank" class="text-blue-500">
GitHub
</a>
</div>
</template>