Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ccbikai committed Jul 8, 2024
2 parents a98aa7c + bac9abb commit e16fb88
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

**A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.**

<a href="https://trendshift.io/repositories/10421" target="_blank">
<img
src="https://trendshift.io/api/badge/repositories/10421"
alt="ccbikai/Sink | Trendshift"
style="width: 250px; height: 55px;"
width="250"
height="55"
/>
</a>
<a href="https://news.ycombinator.com/item?id=40843683">
<img
src="https://hackernews-badge.vercel.app/api?id=40843683"
alt="Featured on Hacker News"
style="width: 250px; height: 55px;"
width="250"
height="55"
/>
</a>

![Cloudflare](https://img.shields.io/badge/Cloudflare-F69652?style=flat&logo=cloudflare&logoColor=white)
![Nuxt](https://img.shields.io/badge/Nuxt-00DC82?style=flat&logo=nuxtdotjs&logoColor=white)
![Tailwind CSS](https://img.shields.io/badge/Tailwind%20CSS-06B6D4?style=flat&logo=tailwindcss&logoColor=white)
![shadcn/ui](https://img.shields.io/badge/shadcn/ui-000000?style=flat&logo=shadcnui&logoColor=white)

![Hero](./public/image.png)

----
Expand Down Expand Up @@ -89,5 +113,5 @@ We welcome your contributions and PRs.

## ☕ Sponsor

1. [Follow Me on X(Twitter)](https://x.com/ccbikai).
1. [Follow Me on X(Twitter)](https://x.com/xkaibi).
2. [Become a sponsor to on GitHub](https://github.com/sponsors/ccbikai).
2 changes: 1 addition & 1 deletion components/home/Twitter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { ArrowRight } from 'lucide-vue-next'

<template>
<a
href="https://x.com/ccbikai"
href="https://x.com/xkaibi"
target="_blank"
title="X(Twitter)"
class="inline-flex items-center px-3 py-1 mx-auto my-4 space-x-1 text-sm font-medium rounded-lg bg-muted"
Expand Down
2 changes: 1 addition & 1 deletion components/layouts/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ onMounted(() => {
</a>

<a
href="https://x.com/ccbikai"
href="https://x.com/xkaibi"
target="_blank"
title="Twitter"
class="text-gray-400 hover:text-gray-500"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sink",
"type": "module",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"packageManager": "[email protected]",
"scripts": {
Expand Down

0 comments on commit e16fb88

Please sign in to comment.