Skip to content

Commit

Permalink
feat: remove donate page
Browse files Browse the repository at this point in the history
  • Loading branch information
shalluv committed Feb 4, 2024
1 parent 286b6a9 commit f0acb86
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 67 deletions.
19 changes: 0 additions & 19 deletions src/components/story/ButtonSet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,25 +39,6 @@ const ButtonSet = ({ variant }: Props): JSX.Element => {
</button>
</a>
</div>
<div>
<a href="/donate">
<button
className={cn(
`flex w-full flex-wrap items-center justify-center gap-2 rounded-3xl border border-rose-200 px-3 py-1.5
text-center font-mitr font-semibold shadow-md outline-none`,
BACKGROUND_BOX[variant],
TEXT[variant]
)}
type="button"
>
Donate Here !
</button>
</a>
</div>
</div>
<div className="text-center text-xs text-white">
**รายได้จากการบริจาคหลังหักค่าใช้จ่ายจะนำไปบริจาคให้น้อง ๆ
ในโรงเรียนที่จังหวัดพระนครศรีอยุธยา
</div>
</div>
);
Expand Down
48 changes: 0 additions & 48 deletions src/pages/donate.astro

This file was deleted.

0 comments on commit f0acb86

Please sign in to comment.