Skip to content

Commit

Permalink
fix: badge url
Browse files Browse the repository at this point in the history
  • Loading branch information
moe-salek committed Jun 25, 2024
1 parent cc55eef commit a065e1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Salekcodes

[![main](https://github.com/moe-salek/salekcodes.com/actions/workflows/deploy.yml/badge.svg)](https://github.com/moe-salek/salekcodes.com/actions/workflows/deploy.yml)
[![main](https://github.com/moe-salek/salekcodes.com/actions/workflows/deploy-stage.yaml/badge.svg)](https://github.com/moe-salek/salekcodes.com/actions/workflows/deploy-stage.yaml)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/moe-salek/salekcodes.com/main.svg)](https://results.pre-commit.ci/latest/github/moe-salek/salekcodes.com/main)
[![GitHub](https://img.shields.io/github/license/moe-salek/salekcodes.com?color=cornflowerblue)](https://github.com/moe-salek/salekcodes.com/blob/main/LICENSE)

Expand Down
2 changes: 1 addition & 1 deletion templates/core/coming_soon.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h1 class="text-slate-600 font-thin font-serif mt-7 mb-5 text-center text-5xl tr
</svg><span class="inline-block align-middle font-semibold ps-1">GitHub</span>
</a>
<div class="mb-2 md:mb-0 md:mr-2 content-center justify-items-center">
<a href="https://github.com/moe-salek/salekcodes.com" target="_blank"><img class="mt-2 md:mt-0 mb-0.5 px-1 h-4 mx-auto rounded" src="https://github.com/moe-salek/salekcodes.com/actions/workflows/deploy.yml/badge.svg" alt="main" /></a>
<a href="https://github.com/moe-salek/salekcodes.com" target="_blank"><img class="mt-2 md:mt-0 mb-0.5 px-1 h-4 mx-auto rounded" src="https://github.com/moe-salek/salekcodes.com/actions/workflows/deploy-stage.yaml/badge.svg" alt="main" /></a>
<a href="https://github.com/moe-salek/salekcodes.com" target="_blank"><img class="px-1 h-4 mx-auto md:ms-0 rounded" src="https://img.shields.io/github/license/moe-salek/salekcodes.com?color=cornflowerblue" alt="license" /></a>
</div>
</div>
Expand Down

0 comments on commit a065e1d

Please sign in to comment.