Skip to content

Commit

Permalink
Fix: change history action
Browse files Browse the repository at this point in the history
  • Loading branch information
predict-woo committed Sep 26, 2023
1 parent aca2c47 commit 0506f17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/Header/HeaderWithLeftNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const HeaderWithLeftNav = ({ value, options = [] }: HeaderWithLeftNavProps) => (
<div css={{ display: "flex", gap: "16px" }}>
<div css={{ flexGrow: 1 }} />
{options.map(({ value: _value, label, to }) => (
<Link key={label} to={to} css={{ textDecoration: "none" }}>
<Link key={label} to={to} css={{ textDecoration: "none" }} replace>
<ButtonNav key={label} selected={_value === value}>
{label}
</ButtonNav>
Expand Down
10 changes: 5 additions & 5 deletions src/pages/Event/Event2023FallHistory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,13 +186,13 @@ const Event2023FallHistory = () => {
<b>๐ŸŽ ์ง€๊ธ‰ ๋ฐฉ๋ฒ• :</b> ๊ฐ ์ƒํ’ˆ ๋ณ„ ์ง€๊ธ‰ ๋ฐฉ๋ฒ•์€ ์•„๋ž˜์™€ ๊ฐ™์Šต๋‹ˆ๋‹ค.
</div>
<div css={{ ...theme.font14, marginBottom: "5px" }}>
1. ๋ถ์ธก ๋งค์  ๊ตํ™˜๊ถŒ : ๊ต์–‘๋ถ„๊ด€ SPARCS ๋™๋ฐฉ์—์„œ ๊ตํ™˜๊ถŒ์„ ์ˆ˜๋ นํ•˜์‹ค
์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
1. ๋ถ์ธก ๋งค์  ๊ตํ™˜๊ถŒ / ๊ต๋‚ด ์—”์ œ๋ฆฌ๋„ˆ์Šค ์•„์ด์Šค ์•„๋ฉ”๋ฆฌ์นด๋…ธ S: (์—”ํ„ฐ
๋„ฃ์–ด์ฃผ์„ธ์š”) ๊ต์–‘๋ถ„๊ด€ SPARCS ๋™๋ฐฉ์—์„œ ๊ตํ™˜๊ถŒ์„ ์ˆ˜๋ นํ•˜์‹ค ์ˆ˜
์žˆ์Šต๋‹ˆ๋‹ค.
</div>
<div css={{ ...theme.font14, marginBottom: "5px" }}>
2. ๊ต๋‚ด ์—”์ œ๋ฆฌ๋„ˆ์Šค ์•„์ด์Šค ์•„๋ฉ”๋ฆฌ์นด๋…ธ S / BBQ ํ™ฉ๊ธˆ์˜ฌ๋ฆฌ๋ธŒ+์ฝœ๋ผ1.25L
/ ์˜ค์ƒ‰์†กํŽธ : ์ด๋ฒคํŠธ ์ฐธ์—ฌ ๋•Œ ๋“ฑ๋กํ•œ ์—ฐ๋ฝ์ฒ˜๋กœ ๊ธฐํ”„ํ‹ฐ์ฝ˜์„ ๋ฐœ์†กํ•ด
๋“œ๋ฆฝ๋‹ˆ๋‹ค.
2. BBQ ํ™ฉ๊ธˆ์˜ฌ๋ฆฌ๋ธŒ+์ฝœ๋ผ 1.25L / ์˜ค์ƒ‰์†กํŽธ: ์ด๋ฒคํŠธ ์ฐธ์—ฌ ๋•Œ ๋“ฑ๋กํ•œ
์—ฐ๋ฝ์ฒ˜๋กœ ๊ธฐํ”„ํ‹ฐ์ฝ˜์„ ๋ฐœ์†กํ•ด ๋“œ๋ฆฝ๋‹ˆ๋‹ค.
</div>
</div>
</WhiteContainer>
Expand Down

0 comments on commit 0506f17

Please sign in to comment.