Skip to content

Commit

Permalink
Merge pull request #6 from RizkyRajitha/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
RizkyRajitha committed May 29, 2021
2 parents 771accd + db70e49 commit db068bb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Running Code Coverage
on: [push, pull_request]

jobs:
build:
Test:
runs-on: ubuntu-latest
# Service containers to run with `runner-job`
services:
Expand Down
1 change: 1 addition & 0 deletions components/linkinthebiopage.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ export default function Home({
margin: 0;
padding: 15px;
height: 100%;
min-height: 100vh;
width: 100%;
font-family: ${fontFamily};
background: ${bgColor};
Expand Down
1 change: 1 addition & 0 deletions components/linksform.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ const LinksForm = ({ data, update, pagedataid, loading }) => {
);
})}
</div>
<div className='mb-5' ></div>
</div>
</>
);
Expand Down
2 changes: 1 addition & 1 deletion scripts/migrate.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ async function migrate() {

migrate()
.then(() => process.exit())
.then((err) => console.error(err));
.catch((err) => console.error(err));

1 comment on commit db068bb

@vercel
Copy link

@vercel vercel bot commented on db068bb May 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.