Skip to content

Commit

Permalink
header 削除
Browse files Browse the repository at this point in the history
  • Loading branch information
tako0614 committed Feb 16, 2024
1 parent b84ceb1 commit da756e1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions fresh.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import * as $_404 from "./routes/_404.tsx";
import * as $_app from "./routes/_app.tsx";
import * as $about from "./routes/about.tsx";
import * as $api_logins_register from "./routes/api/logins/register.js";
import * as $api_oumu from "./routes/api/oumu.ts";
import * as $api_register from "./routes/api/register.js";
import * as $api_tako from "./routes/api/tako.ts";
import * as $api_token from "./routes/api/token.ts";
import * as $button from "./routes/button.tsx";
Expand All @@ -33,8 +33,8 @@ const manifest = {
"./routes/_404.tsx": $_404,
"./routes/_app.tsx": $_app,
"./routes/about.tsx": $about,
"./routes/api/logins/register.js": $api_logins_register,
"./routes/api/oumu.ts": $api_oumu,
"./routes/api/register.js": $api_register,
"./routes/api/tako.ts": $api_tako,
"./routes/api/token.ts": $api_token,
"./routes/button.tsx": $button,
Expand Down
2 changes: 1 addition & 1 deletion routes/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function App({ Component }: AppProps) {
<title>takoserver project</title>
<link rel="stylesheet" href="/style.css"></link>
</head>
<body class="bg-[#0D1117] overflow-hidden">
<body class="bg-[#0D1117]">
<Component />
</body>
</>
Expand Down
File renamed without changes.
3 changes: 1 addition & 2 deletions routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ export default function Home() {
<link rel="stylesheet" href="/style.css"></link>
<meta name="description" content="日本産オープンソース分散型チャットアプリ「tako's」" />
</head>
<Header />
{/*<Header />*/}
<Welcom />
<Footer></Footer>

</>
);
}

0 comments on commit da756e1

Please sign in to comment.