Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

혜택 표기 방식 통일 및 URL 오류 수정 #2

Merged
merged 2 commits into from
Dec 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const WebsiteConfig = {
buttons: [
{
label: "후원사로 참여하기",
link: "/sponsors/become-a-sponsor",
link: `./sponsors/become-a-sponsor`,
class: "p-button--positive"
}
],
Expand Down
2 changes: 1 addition & 1 deletion src/pages/en/sponsors/become-a-sponsor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To learn more about our sponsorship program, please refer to our sponsorship pro
| Sponsor booth | 1.8m width | 1.8m width | 1.8m width<sup>*4</sup> | X | X |
| **Marketing** || |
| Basic | O | O | O | O | O |
| Email | Name + URL + Logo || Name + URL || Mention name only |
| Email | Name + URL + Logo | Name + URL + Logo | Name + URL | Name + URL | Mention name only |
| Engagement | O | O | O | O | X |
| **Swag Giveaway** | O | O | O | O | O |

Expand Down
2 changes: 1 addition & 1 deletion src/pages/ko/sponsors/become-a-sponsor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ description: 후원사 등급, 후원 비용, 후원 혜택 등 자세히 알아
| 후원사 부스 | 1.8m 너비 | 1.8m 너비 | 1.8m 너비<sup>*4</sup> | X | X |
| **마케팅** || |
| 기본 | O | O | O | O | O |
| 이메일 | 이름, 링크, 로고 || 이름, 링크 || 이름만 언급 |
| 이메일 | 이름, 링크, 로고 | 이름, 링크, 로고 | 이름, 링크 | 이름, 링크 | 이름만 언급 |
| 상호작용 | O | O | O | O | X |
| **증정품 지급** | O | O | O | O | O |

Expand Down
Loading