Skip to content

Commit

Permalink
clean up index
Browse files Browse the repository at this point in the history
  • Loading branch information
sandren committed Jul 20, 2023
1 parent b78690f commit e18e88b
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 39 deletions.
4 changes: 0 additions & 4 deletions app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,6 @@ a {
cursor: pointer;
}

.home-svg:hover {
color: black;
}

.top-cont {
display: flex;
position: absolute;
Expand Down
4 changes: 1 addition & 3 deletions app/head.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
export default function Head() {
return (
<>
<title>Jotai Tutorials</title>
<title>Jotai tutorial</title>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta name="description" content="Generated by create next app" />
<link rel="icon" href="/favicon.ico" />
</>
);
}
16 changes: 0 additions & 16 deletions app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,25 +1,10 @@
"use client";

import Image from "next/image";
import jotia_mascot from "../public/jotai-mascot.png";
import Link from "next/link";

export default function Home() {
return (
<div className="home-cont">
<div className="top-cont">
<Image
className="jotai-img"
src={jotia_mascot}
alt="bhoot"
width={190}
height={170}
/>
<p className="home-def">
状態 Primitive and flexible state management for React
</p>
</div>

<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 289.19 99.77"
Expand Down Expand Up @@ -47,7 +32,6 @@ export default function Home() {
fill="currentColor"
></path>
</svg>

<div className="home-btn">
<Link href="/quick-start/intro" className="btn-1">
Quick start
Expand Down
13 changes: 0 additions & 13 deletions pages/api/hello.ts

This file was deleted.

Binary file removed public/favicon.ico
Binary file not shown.
1 change: 0 additions & 1 deletion public/next.svg

This file was deleted.

1 change: 0 additions & 1 deletion public/thirteen.svg

This file was deleted.

1 change: 0 additions & 1 deletion public/vercel.svg

This file was deleted.

0 comments on commit e18e88b

Please sign in to comment.