mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
update sponsor link
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations
|
||||
|
||||

|
||||

|
||||
|
||||
## Quick Start
|
||||
|
||||
@@ -64,7 +64,7 @@ Just fork the repository and submit a pull request!
|
||||
## Sponsors
|
||||
|
||||
<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>
|
||||
|
||||
## Star History
|
||||
|
||||
@@ -145,5 +145,5 @@ After project creation, you'll receive detailed instructions for next steps and
|
||||
## Sponsors
|
||||
|
||||
<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>
|
||||
|
||||
@@ -35,7 +35,7 @@ export default function SponsorsSection() {
|
||||
transition={{ duration: 0.5, delay: 0.2 }}
|
||||
>
|
||||
<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"
|
||||
width={1000}
|
||||
height={500}
|
||||
|
||||
Reference in New Issue
Block a user