Skip to content

Commit

Permalink
fix: fix about page
Browse files Browse the repository at this point in the history
  • Loading branch information
radmorecameron authored Aug 4, 2021
1 parent 152e512 commit e284054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/routes/about.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
await getMarkDownData(await import("../../../../README.md"))
).contents.split("<h2>Tech stack</h2>")[0],
).split("<h2>Tech stack</h2>")[0],
}
}
</script>
Expand Down

1 comment on commit e284054

@vercel
Copy link

@vercel vercel bot commented on e284054 Aug 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.