Skip to content

Commit 1c42944

Browse files
committed
Fix typo in sponsors link
1 parent a2eb72a commit 1c42944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ export const NOTIFICATION_TIMEOUT = 3000;
1414
export const PUBLIC_URL = 'https://pocketbase-uml.github.io';
1515
export const AUTHOR_URL = 'https://github.com/icflorescu';
1616
export const REPO_URL = 'https://github.com/pocketbase-uml/pocketbase-uml.github.io';
17-
export const SPONSORS_URL = 'ttps://github.com/sponsors/icflorescu';
17+
export const SPONSORS_URL = 'https://github.com/sponsors/icflorescu';

0 commit comments

Comments
 (0)