update sponsor link

This commit is contained in:
Aman Varshney
2025-05-16 02:33:56 +05:30
parent ae825b39dd
commit bea98a7de8
4 changed files with 4 additions and 8 deletions

View File

@@ -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/sponsorkit/sponsors.svg" alt="Sponsors" width="300">
<img src="https://sponsors.amanv.dev/sponsors.svg" alt="Sponsors" width="300">
</p>
## Star History

View File

@@ -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/sponsorkit/sponsors.svg" alt="Sponsors" width="300">
<img src="https://sponsors.amanv.dev/sponsors.svg" alt="Sponsors" width="300">
</p>

View File

@@ -10,9 +10,7 @@ export default function SponsorsSection() {
const [sponsorError, setSponsorError] = useState<string | null>(null);
useEffect(() => {
fetch(
"https://cdn.jsdelivr.net/gh/amanvarshney01/sponsors/sponsorkit/sponsors.json",
)
fetch("https://sponsors.amanv.dev/sponsors.json")
.then((res) => {
if (!res.ok) throw new Error("Failed to fetch sponsors");
return res.json();

View File

@@ -1421,9 +1421,7 @@ const StackBuilder = () => {
}, [stack.projectName]);
useEffect(() => {
fetch(
"https://cdn.jsdelivr.net/gh/amanvarshney01/sponsors/sponsorkit/sponsors.json",
)
fetch("https://sponsors.amanv.dev/sponsors.json")
.then((res) => {
if (!res.ok) throw new Error("Failed to fetch sponsors");
return res.json();