Skip to content

Commit faa942d

Browse files
committed
docs: readme
1 parent 82dbdb2 commit faa942d

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[![Discord](https://img.shields.io/discord/1296858234853789826?style=for-the-badge&label=Join%20the%20Discord%20Server&logo=discord&logoColor=white)](https://discord.gg/ZaEwHfDD5N)
22

3-
[![Static Badge](https://img.shields.io/badge/download-latest-salmon?style=for-the-badge&logo=mingww64)](https://playliga.gg/#/#download)
3+
[![Download](https://img.shields.io/badge/download-latest-salmon?style=for-the-badge&logo=github)](https://playliga.gg/#/#download)
4+
5+
[![Roadmap](https://img.shields.io/badge/view_the-roadmap-blue?style=for-the-badge&logo=rocket&logoColor=white)](https://github.com/playliga/prototype/milestones)
46

57
This is the website source code for [LIGA Esports Manager](https://playliga.gg).
68

src/routes/home.tsx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,19 @@ function Component() {
6868
target="_blank"
6969
>
7070
<img
71-
alt="Static Badge"
71+
alt="View on GitHub"
7272
src="https://img.shields.io/badge/view_on-github-black?style=for-the-badge&logo=github"
7373
/>
7474
</a>
75+
<a
76+
href={`https://${repoInfo.domain}/${repoInfo.owner}/${repoInfo.name}/milestones`}
77+
target="_blank"
78+
>
79+
<img
80+
alt="View the Roadmap"
81+
src="https://img.shields.io/badge/view_the-roadmap-blue?style=for-the-badge&logo=rocket&logoColor=white"
82+
/>
83+
</a>
7584
<p>
7685
The world's first Esports simulator for Counter-Strike where you can
7786
play your matches in-game or simulate them, you choose!

0 commit comments

Comments
 (0)