Skip to content

Commit

Permalink
style: modify notice commisition font style
Browse files Browse the repository at this point in the history
  • Loading branch information
tjsry0466 committed Sep 12, 2024
1 parent 712ae59 commit 4bdcde5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/web/src/app/products/[id]/components/NoticeProfitUrl.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
export function NoticeProfitLink() {
return (
<section>
<div className="bg-gray-50 px-5 py-4 pb-4">
<p className="mb-2 text-sm font-medium text-gray-900">์•ˆ๋‚ด</p>
<div className="bg-gray-50 px-5 py-2 pb-4">
<p className="text-black-500 mb-2 text-sm font-semibold">์•ˆ๋‚ด</p>
<div className="flex">
<span className="mr-2 text-sm text-gray-600">โ€ข</span>
<p className="text-sm text-gray-600">
<p className="text-sm font-medium text-gray-500">
์ผ๋ถ€ ๋งํฌ๋Š” ์ œํœด ๋งˆ์ผ€ํŒ…์ด ์ ์šฉ๋˜์–ด ์ง€๋ฆ„์•Œ๋ฆผ์— ์ปค๋ฏธ์…˜์ด ์ง€๊ธ‰๋  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
</p>
</div>
Expand Down

0 comments on commit 4bdcde5

Please sign in to comment.