Skip to content

Commit 36ea1eb

Browse files
authored
Merge pull request #542 from SSardorf/main
Change intelligently -> Simon Sardorf
2 parents cbe0ca0 + 46f4192 commit 36ea1eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ui/components/landing/Developers.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const contributors: { name: string, photo: ImageMetadata}[] = [
7676
photo: mario564,
7777
},
7878
{
79-
name: 'intelligently',
79+
name: 'Simon Sardorf',
8080
photo: intelligently,
8181
},
8282
];
@@ -645,4 +645,4 @@ const shipping = fillMonthsGaps(shippingData);
645645
html.dark .progress-bar:hover {
646646
background: #282828;
647647
}
648-
</style>
648+
</style>

0 commit comments

Comments
 (0)