Skip to content

Commit 4200136

Browse files
committed
fix Zed link
1 parent 283b353 commit 4200136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/sponsor/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ export const supporters = [
280280
},
281281
{
282282
name: "Zed",
283-
url: "https://zed.com/",
283+
url: "https://zed.dev/",
284284
logo: function (props: React.SVGProps<SVGSVGElement>) {
285285
return (
286286
<svg fill="currentColor" viewBox="0 0 320 96" {...props}>

0 commit comments

Comments
 (0)