Skip to content

Commit 093258b

Browse files
committed
style: use single quotes for consistency
1 parent 191b5d5 commit 093258b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const talks = await getCollection("talks");
7272
<div class="flex flex-col gap-5">
7373
<span class="text-headings">Work Experience</span>
7474
<ul class="flex flex-col gap-8">
75-
{jobs.map((job) => (
75+
{sortedJobs.map((job) => (
7676
<WorkExperience entry={job} />
7777
))}
7878
</ul>

0 commit comments

Comments
 (0)