Skip to content
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

Restyle feat: add social media icons #319

Closed
wants to merge 2 commits into from
Closed

Conversation

restyled-io[bot]
Copy link
Contributor

@restyled-io restyled-io bot commented Oct 31, 2020

A duplicate of #318 with additional commits that automatically address
incorrect style, created by Restyled.

Since the original Pull Request was opened as a fork in a contributor's
repository, we are unable to create a Pull Request branching from it with only
the style fixes.

The following Restylers made fixes:

  • prettier

To incorporate these changes, you can either:

  1. Merge this Pull Request instead of the original, or

  2. Ask your contributor to locally incorporate these commits and push them to
    the original Pull Request

    Expand for example instructions
    ```console
    git remote add upstream https://github.com/CovOpen/CovMapper.git
    git fetch upstream pull/<this PR number>/head
    git merge --ff-only FETCH_HEAD
    git push
    ```
    

NOTE: As work continues on the original Pull Request, this process will
re-run and update (force-push) this Pull Request with updated style fixes as
necessary. If the style is fixed manually at any point (i.e. this process finds
no fixes to make), this Pull Request will be closed automatically.

Sorry if this was unexpected. To disable it, see our documentation.

@github-actions
Copy link

We are following the Conventional Commit Format. Please make sure that your Pull Request title and body does conform to this format, otherwise, it might not be released. Here is a short example:

fix(webapp): correct styling in cool component
<type>[optional scope]: <description>

These are the most used types: (you can find more here)

Type Meaning Resulting Semantic Release
fix patches a bug PATCH (v1.0.0 -> v1.0.1)
feat introduces a new feature MINOR (v1.0.0 -> v1.1.0)
chore other non releasing code changes NONE (v1.0.0 -> v1.0.0

In the Pull Request Body please describe what changes for the user of the application. If the user has to do Things different than before (excluding new functionality) please include BREAKING CHANGE at the end. This will trigger a major release (v1.0.0 -> v2.0.0)

@github-actions
Copy link

Bundle difference

Asset group Old size New size Diff
all 12.13 MB 12.14 MB 14.82 KB (0.12%)
documents 7.15 KB 7.15 KB 0 B (0.00%)
scripts 2.4 MB 2.4 MB 2.94 KB (0.12%)
stylesheets 181.71 KB 181.71 KB 0 B (0.00%)
images 795.6 KB 802.2 KB 6.6 KB (0.83%)
misc 1016.32 KB 1016.32 KB 0 B (0.00%)

@restyled-io restyled-io bot closed this Oct 31, 2020
@restyled-io restyled-io bot deleted the restyled/pull-318 branch October 31, 2020 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants