Skip to content

Commit

Permalink
Merge pull request #1 from kadirtaskiran/patch-1
Browse files Browse the repository at this point in the history
Add missing . :)
  • Loading branch information
mhasanince authored Nov 9, 2023
2 parents fd2c1a1 + 8eaf980 commit 9c22cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/team.astro
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const data = await githubClient
<h2 class="text-4xl text-center">Our Engineering Team</h2>
<p class="text-2xl text-center font-light mb-8">
Craftgate is a tech company that focuses on the fintech industry. We are
working with high-qualified software engineers who have deep knowledge
working with high-qualified software engineers who have deep knowledge.
</p>
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
{data.map((user) => <TeamMemberCard {...user} />)}
Expand Down

0 comments on commit 9c22cd6

Please sign in to comment.