update sponsor link

This commit is contained in:
Aman Varshney
2025-05-14 19:50:52 +05:30
parent c020aad4c5
commit 7af3ce48ef
3 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations
![demo](https://cdn.jsdelivr.net/gh/amanvarshney01/create-better-t-stack@master/demo.gif) ![demo](https://cdn.jsdelivr.net/gh/amanvarshney01/create-better-t-stack/demo.gif)
## Quick Start ## Quick Start
@@ -64,7 +64,7 @@ Just fork the repository and submit a pull request!
## Sponsors ## Sponsors
<p align="center"> <p align="center">
<img src="https://cdn.jsdelivr.net/gh/amanvarshney01/sponsors@master/sponsorkit/sponsors.svg" alt="Sponsors" width="300"> <img src="https://cdn.jsdelivr.net/gh/amanvarshney01/sponsors/sponsorkit/sponsors.svg" alt="Sponsors" width="300">
</p> </p>
## Star History ## Star History

View File

@@ -145,5 +145,5 @@ After project creation, you'll receive detailed instructions for next steps and
## Sponsors ## Sponsors
<p align="center"> <p align="center">
<img src="https://cdn.jsdelivr.net/gh/amanvarshney01/sponsors@master/sponsorkit/sponsors.svg" alt="Sponsors" width="300"> <img src="https://cdn.jsdelivr.net/gh/amanvarshney01/sponsors/sponsorkit/sponsors.svg" alt="Sponsors" width="300">
</p> </p>

View File

@@ -35,7 +35,7 @@ export default function SponsorsSection() {
transition={{ duration: 0.5, delay: 0.2 }} transition={{ duration: 0.5, delay: 0.2 }}
> >
<Image <Image
src="https://cdn.jsdelivr.net/gh/amanvarshney01/sponsors@master/sponsorkit/sponsors.svg" src="https://cdn.jsdelivr.net/gh/amanvarshney01/sponsors/sponsorkit/sponsors.svg"
alt="Sponsors" alt="Sponsors"
width={1000} width={1000}
height={500} height={500}