Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
tako0614 committed Feb 23, 2024
1 parent b22d3bf commit 8c2ad97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion routes/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import Header from '../components/Header.tsx'
import Footer from '../components/Footer.tsx'
import UnderMenu from '../components/UnderMenu.tsx'

// deno-lint-ignore no-explicit-any
function Name({developerss}: {developerss: any}) {


Expand Down Expand Up @@ -48,7 +49,7 @@ function Name({developerss}: {developerss: any}) {
src: "/natu.jpg",
name: "natsuki",
position: "takoserver member",
body: "ひまじんなつき"
body: "ひまじんなつきひまじんなつきひまじんなつきひまじんなつきひまじんなつきひまじんなつき"
}
}
export default function Home() {
Expand Down

0 comments on commit 8c2ad97

Please sign in to comment.