Skip to content

Commit 35c192e

Browse files
authored
Merge pull request #8 from algorandfoundation/refining-readme
docs: fixing underline caused by whitespace in html tags on readme
2 parents 582cfdb + ee0702e commit 35c192e

File tree

5 files changed

+7
-18310
lines changed

5 files changed

+7
-18310
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,3 +167,6 @@ cython_debug/
167167

168168
# NPM
169169
node_modules
170+
171+
# Ignore package-lock.json in all directories and subdirectories under tests_generated
172+
tests_generated/*/package-lock.json

README.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,10 @@
33
</div>
44

55
<p align="center">
6-
<a target="_blank" href="https://github.com/algorandfoundation/algokit-cli">
7-
<img src="https://img.shields.io/badge/docs-repository-00dc94?logo=github&style=flat.svg" />
8-
</a>
9-
<a target="_blank" href="https://developer.algorand.org/algokit/">
10-
<img src="https://img.shields.io/badge/learn-AlgoKit-00dc94?logo=algorand&mac=flat.svg" />
11-
</a>
12-
<a target="_blank" href="https://github.com/algorandfoundation/algokit-react-frontend-template">
13-
<img src="https://img.shields.io/github/stars/algorandfoundation/algokit-react-frontend-template?color=00dc94&logo=star&style=flat" />
14-
</a>
15-
<a target="_blank" href="https://developer.algorand.org/algokit/">
16-
<img src="https://api.visitorbadge.io/api/visitors?path=algorandfoundation%2Falgokit-react-frontend-template&countColor=%2300dc94&style=flat" />
17-
</a>
6+
<a target="_blank" href="https://github.com/algorandfoundation/algokit-cli"><img src="https://img.shields.io/badge/docs-repository-00dc94?logo=github&style=flat.svg" /></a>
7+
<a target="_blank" href="https://developer.algorand.org/algokit/"><img src="https://img.shields.io/badge/learn-AlgoKit-00dc94?logo=algorand&mac=flat.svg" /></a>
8+
<a target="_blank" href="https://github.com/algorandfoundation/algokit-react-frontend-template"><img src="https://img.shields.io/github/stars/algorandfoundation/algokit-react-frontend-template?color=00dc94&logo=star&style=flat" /></a>
9+
<a target="_blank" href="https://developer.algorand.org/algokit/"><img src="https://vbr.wocr.tk/badge?page_id=algorandfoundation%2Falgokit-react-frontend-template&color=%2300dc94&style=flat" /></a>
1810
</p>
1911

2012
---

0 commit comments

Comments
 (0)