Skip to content

Commit a576ff1

Browse files
committed
docs: readme
1 parent 8ba268b commit a576ff1

File tree

2 files changed

+30
-28
lines changed

2 files changed

+30
-28
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div align="center">
22
<p>
33
<a href="https://discord.gg/ZaEwHfDD5N">
4-
<img src="https://img.shields.io/discord/1296858234853789826?style=for-the-badge&label=Join%20the%20Discord%20Server&logo=discord&logoColor=white" />
4+
<img src="https://img.shields.io/discord/1296858234853789826?style=for-the-badge&label=Discord&logo=discord&logoColor=white" />
55
</a>
66
<a href="https://playliga.gg/#/#download">
77
<img src="https://img.shields.io/badge/download-latest-salmon?style=for-the-badge&logo=github" />

src/routes/home.tsx

Lines changed: 29 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -54,33 +54,35 @@ function Component() {
5454
<main className="prose max-w-none">
5555
<section>
5656
<h1>LIGA Esports Manager</h1>
57-
<a
58-
href={`https://discord.gg/${import.meta.env.VITE_DISCORD_INVITE_CODE}`}
59-
target="_blank"
60-
>
61-
<img
62-
alt="Join the Discord Server"
63-
src="https://img.shields.io/discord/1296858234853789826?style=for-the-badge&label=Join%20the%20Discord%20Server&logo=discord&logoColor=white"
64-
/>
65-
</a>
66-
<a
67-
href={`https://${repoInfo.domain}/${repoInfo.owner}`}
68-
target="_blank"
69-
>
70-
<img
71-
alt="View on GitHub"
72-
src="https://img.shields.io/badge/view_on-github-black?style=for-the-badge&logo=github"
73-
/>
74-
</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>
57+
<article className="flex flex-col items-center justify-center gap-2 md:flex-row [&_img]:my-0">
58+
<a
59+
href={`https://discord.gg/${import.meta.env.VITE_DISCORD_INVITE_CODE}`}
60+
target="_blank"
61+
>
62+
<img
63+
alt="Discord"
64+
src="https://img.shields.io/discord/1296858234853789826?style=for-the-badge&label=Discord&logo=discord&logoColor=white"
65+
/>
66+
</a>
67+
<a
68+
href={`https://${repoInfo.domain}/${repoInfo.owner}`}
69+
target="_blank"
70+
>
71+
<img
72+
alt="GitHub"
73+
src="https://img.shields.io/badge/view_on-github-black?style=for-the-badge&logo=github"
74+
/>
75+
</a>
76+
<a
77+
href={`https://${repoInfo.domain}/${repoInfo.owner}/${repoInfo.name}/milestones`}
78+
target="_blank"
79+
>
80+
<img
81+
alt="Roadmap"
82+
src="https://img.shields.io/badge/view_the-roadmap-blue?style=for-the-badge&logo=rocket&logoColor=white"
83+
/>
84+
</a>
85+
</article>
8486
<p>
8587
The world's first Esports simulator for Counter-Strike where you can
8688
play your matches in-game or simulate them, you choose!

0 commit comments

Comments
 (0)