Skip to content

Dev7 #7

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
4 changes: 3 additions & 1 deletion .github/workflows/nx-affected.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ jobs:
- name: Run Affected Tests
shell: bash
run: yarn affected:test -- --base=remotes/origin/master --head=HEAD

- name: Deploy to Netlify
shell: bash
run: NETLIFY_TOKEN=tHInavUB4ywYxyyFWCxUd0N0OvBLJ5xCoSFjtxTZ310 yarn affected:deploy --base=remotes/origin/master --head=HEAD

4 changes: 2 additions & 2 deletions libs/header/src/lib/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import styled from 'styled-components'
export interface HeaderProps {}

const StyledHeader = styled.header`
color: red;
background-color: #143055;
color: #aa6b6b;
background-color: #1d4880;
padding: 5px;
border-radius: 3px;
`
Expand Down