Skip to content

Commit

Permalink
Merge pull request #60 from kaogeek/51-remove-header-on-chapter-page
Browse files Browse the repository at this point in the history
#51 remove header text
  • Loading branch information
GravitySow authored Mar 11, 2024
2 parents fba4460 + 5444463 commit 5cb70e1
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions src/pages/Chapter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,20 +90,11 @@ export default function Chapter() {
>
<path
d="M21.7858 8.79072L14.1899 16.7819L21.8189 24.8062C22.0326 25.0343 22.1496 25.3363 22.1454 25.6488C22.1412 25.9613 22.016 26.26 21.7962 26.4822C21.6931 26.5858 21.5703 26.6677 21.435 26.7229C21.2997 26.7781 21.1547 26.8055 21.0086 26.8036C20.8625 26.8017 20.7183 26.7704 20.5845 26.7116C20.4507 26.6529 20.3301 26.5678 20.2298 26.4615L12.6069 18.4455L11.0344 16.7902L12.6152 15.1348L20.2236 7.12296C20.3266 7.01987 20.4492 6.9385 20.5842 6.88368C20.7192 6.82886 20.8638 6.8017 21.0095 6.80383C21.1552 6.80595 21.299 6.8373 21.4324 6.89603C21.5657 6.95476 21.6859 7.03967 21.7858 7.14572C21.9958 7.36811 22.1128 7.66237 22.1128 7.96822C22.1128 8.27407 21.9958 8.56834 21.7858 8.79072Z"
fill="white"
fill="#cb6"
/>
</svg>
</Link>
<h1 className="text-white text-3xl">{name}</h1>
</div>
</div>
<div
className="bg-[#310] pb-4 md:pb-8 pt-8 md:pt-16 flex justify-center"
ref={resultDivRef}
>
<div className="w-3/4 flex flex-col items-center gap-8">
<h1 className="text-4xl font-bold text-header">{name}</h1>
<hr className="h-[1px] border-t-0 bg-white opacity-80 w-full" />
<h1 className="text-header text-3xl">{name}</h1>
</div>
</div>
<div className="bg-[#310] py-4 md:py-8 min-h-screen flex justify-center">
Expand Down

0 comments on commit 5cb70e1

Please sign in to comment.