Skip to content

Commit 422b36c

Browse files
authored
Merge pull request #39 from dev-five-git/fix-footer
Fix footer
2 parents be98ee6 + 3f9ec82 commit 422b36c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/landing/src/components/Footer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default function Footer() {
2222
사업자등록번호: 868-86-03159 |
2323
<Box as="br" display={['block', null, null, 'none']} />
2424
주소: 경기 고양시 덕양구 마상로140번길 81 4층
25-
<br /> Copyright © 2021-2023 데브파이브. All Rights Reserved.
25+
<br /> Copyright © 2021-2025 데브파이브. All Rights Reserved.
2626
</Text>
2727
</Flex>
2828
)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"lint": "pnpm -r lint",
99
"test": "cargo tarpaulin --out xml --out stdout -- --skip test_by_testcase && vitest test --run && pnpm -r test && cd py-test && uv run pytest __init__.py",
10-
"preinstall": "uv sync",
10+
"preinstall": "uv sync && (cargo install wasm-pack || node -e \"process.exit(0)\") && (pip install maturin || \"process.exit(0)\")",
1111
"build": "cargo build --release && pnpm -F braillify build && cd packages/python && maturin build --release --out dist",
1212
"build:landing": "pnpm build && (cargo test test_by_testcase || node -e \"process.exit(0)\") && pnpm -F landing build"
1313
},

0 commit comments

Comments
 (0)