Skip to content

Commit

Permalink
Merge pull request #6 from CSIE-Camp/Darrin
Browse files Browse the repository at this point in the history
feat: Remove early bird.
  • Loading branch information
Darrin-Lin authored Apr 30, 2024
2 parents 5924df3 + e7923c9 commit f7cc9d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions my-app/src/page/Info.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ export const Info = () => {

return (
<div class="attend_info_">
<div class="early_bird-notice">
{/* <div class="early_bird-notice">
<p>早鳥優惠進行中</p>
</div>
</div> */}
<section class="lesson">
<div>
<h2>日期</h2>
Expand Down Expand Up @@ -65,7 +65,7 @@ export const Info = () => {
<p>
新臺幣 9500 元整<br></br>
<div class="early_bird">
<span class="early_bird-label">進行中</span>
{/* <span class="early_bird-label">進行中</span> */}
<span class="early_bird_text">
早鳥優惠:新臺幣 8900 元整(113 年 4 月 20 日 至 113 年 4 月 30 日)
</span>
Expand Down

0 comments on commit f7cc9d1

Please sign in to comment.