Skip to content

Commit

Permalink
Merge pull request #72 from gagan-suie/dev
Browse files Browse the repository at this point in the history
Feat: added contact page UI
  • Loading branch information
gagansuie authored Jan 3, 2023
2 parents 751f8a8 + e08815f commit 17f7628
Show file tree
Hide file tree
Showing 22 changed files with 1,588 additions and 3,237 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
uses: martinbeentjes/npm-get-version-action@main

- name: Create a tag and release
uses: ncipollo/release-action@v1.11.2
uses: ncipollo/release-action@v1.12.0
with:
tag: ${{ steps.package-version.outputs.current-version }}
name: v${{ steps.package-version.outputs.current-version }}
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
<br>

<h3 align="center">
Svelte port of cro-website
Mage Website
</h3>

<br>

<p align="center">
<a href="https://github.com/CodeCrowCorp/cro-website-sv"><img src="https://img.shields.io/github/v/release/CodeCrowCorp/cro-website-sv?color=%23ff00a0&include_prereleases&label=version&sort=semver"></a>
<a href="https://github.com/CodeCrowCorp/mage-website"><img src="https://img.shields.io/github/v/release/CodeCrowCorp/mage-website?color=%23ff00a0&include_prereleases&label=version&sort=semver"></a>
&nbsp;
<a href="https://github.com/CodeCrowCorp/cro-website-sv"><img src="https://img.shields.io/badge/built_with-svelte-FF3E00.svg"></a>
<a href="https://github.com/CodeCrowCorp/mage-website"><img src="https://img.shields.io/badge/built_with-svelte-FF3E00.svg"></a>
&nbsp;
<a href="https://github.com/CodeCrowCorp/cro-website-sv/actions"><img src="https://github.com/CodeCrowCorp/cro-website-sv/actions/workflows/ci-prod.yml/badge.svg"></a>
<a href="https://github.com/CodeCrowCorp/mage-website/actions"><img src="https://github.com/CodeCrowCorp/cro-website-sv/actions/workflows/ci-prod.yml/badge.svg"></a>
&nbsp;
<a href="https://codecov.io/gh/CodeCrowCorp/cro-website-sv/"><img src="https://codecov.io/gh/CodeCrowCorp/cro-website-sv/branch/main/graph/badge.svg"></a>
<a href="https://codecov.io/gh/CodeCrowCorp/mage-website/"><img src="https://codecov.io/gh/CodeCrowCorp/mage-website/branch/main/graph/badge.svg"></a>
&nbsp;
<a href="https://dependabot.com/"><img src="https://img.shields.io/badge/dependabot-enabled-025e8c?logo=Dependabot"></a>
&nbsp;
</p>

<p align="center">
<a href="https://github.com/CodeCrowCorp/cro-website-sv/blob/main/LICENSE.md"><img src="https://img.shields.io/badge/license-GPL3.0-00bfff.svg"></a>
<a href="https://github.com/CodeCrowCorp/mage-website/blob/main/LICENSE.md"><img src="https://img.shields.io/badge/license-GPL3.0-00bfff.svg"></a>
&nbsp;
<a href="https://discord.gg/codecrow"><img src="https://img.shields.io/discord/766681806463303680?label=discord&color=5a66f6"></a>
&nbsp;
Expand Down
Loading

0 comments on commit 17f7628

Please sign in to comment.