Skip to content

Commit

Permalink
developer
Browse files Browse the repository at this point in the history
  • Loading branch information
tako0614 committed Feb 23, 2024
1 parent 490b4ab commit 66156a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default function Home() {
</div>
<div class="w-2/3 flex flex-col h-screen m-auto text-white">
<main class="flex-1 overflow-y-auto py-6 pt-20">
<h1 class="text-center pb-5 text-3xl lg:text-5xl">tako's developpers</h1>
<h1 class="text-center pb-5 text-3xl lg:text-5xl">tako's developers</h1>
<div class="grid gap-4 md:gap-6">
<Name border="true" developerss={developers.tako}></Name>
<div class="border-t w-full"></div>
Expand Down

0 comments on commit 66156a4

Please sign in to comment.