Skip to content

Commit

Permalink
💄About /index
Browse files Browse the repository at this point in the history
  • Loading branch information
noeypatt committed Mar 30, 2020
1 parent bc7f81a commit 9d6f2f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/cover.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ const Cover = () => {
<div className="detail">
<div className="text-content">
<h6>ElderlyDB เป็นการนำข้อมูลทางสถิติเกี่ยวกับผู้สูงอายุ</h6>
<h6>มาเเสดงผลในรูปเเบบของกราฟ</h6>
<h6>ในรูปแบบต่าง ๆ </h6>
<h6>มาเเสดงผลในรูปของกราฟ</h6>
<h6>รูปแบบต่าง ๆ</h6>
</div>
</div>
<Link href="/main">
Expand Down
4 changes: 3 additions & 1 deletion pages/index/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ const About = () => {

const [header, setHeader] = useState("Elderly DB")
const [subHead, setSubHead] = useState("เว็บฐานข้อมูลผู้สูงอายุ ภายในอำเภอกะทู้ จังหวัดภูเก็ต")
const [summary, setSummary] = useState("เว็บไซต์ฐานข้อมูลผู้สูงอายุ เป็นการนำข้อมูลทางสถิติเกี่ยวกับผู้สูงอายุมาเเสดงผลในรูปของกราฟรูปแบบต่าง ๆ")

const [image, setImage] = useState("/static/")

const [status, setStatus] = useState(false)
Expand Down Expand Up @@ -98,7 +100,7 @@ const About = () => {
<h1 className="name-header">{header}</h1>
<h4 className="">{subHead}</h4>
<div className="title-about">
<h6 className="">เว็บไซต์ฐานข้อมูลประชากรผู้สูงอายุ เป็นการนำข้อมูลทางสถิติมาเเสดงผลในรูปเเบบของกราฟรูปแบบต่าง ๆ</h6>
<h6 className="">{summary}</h6>
</div>
</div>

Expand Down

1 comment on commit 9d6f2f2

@vercel
Copy link

@vercel vercel bot commented on 9d6f2f2 Mar 30, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.