Skip to content

Commit

Permalink
Merge pull request #129 from PLADI-ALM/fix/PDW-67-refactoring
Browse files Browse the repository at this point in the history
[PDW-67/fix] 회의실 예약 목적 마진 수정
  • Loading branch information
psyeon1120 authored Nov 8, 2023
2 parents de769b4 + 71e64a3 commit c42860f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Create env file
run: |
echo REACT_APP_DEV_HOST=${{ secrets.REACT_APP_DEV_HOST }} > .env
echo REACT_APP_DEV_HOST=${{ secrets.REACT_APP_DEV_HOST }} >> .env
echo REACT_APP_URL_HOST=${{ secrets.REACT_APP_URL_HOST }} >> .env
cat .env
- name: Npm Install
run: |
Expand Down
1 change: 1 addition & 0 deletions src/components/officeBooking/BookingPurpose.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import styled from "styled-components"

export const BookingPurposeContainer = styled.div`
margin-left: 20px;
margin-bottom: 20px;
display: flex;
align-items: flex-start;
`
Expand Down

0 comments on commit c42860f

Please sign in to comment.