Skip to content

Commit d8456dc

Browse files
committed
switch launcher and server buttons, fix docs button
1 parent 28ffe63 commit d8456dc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

frontend/src/pages/index.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@ function HomepageHeader() {
113113
"button button--primary button--md",
114114
styles.button
115115
)}
116-
title="open.mp is released!"
117-
to="https://github.com/openmultiplayer/open.mp/releases/latest"
116+
title="Download open.mp launcher"
117+
to="https://github.com/openmultiplayer/launcher/releases/latest"
118118
>
119-
Download open.mp (server) 🖥️
119+
Download open.mp launcher 🎮
120120
</Link>
121121
</div>
122122
<div className={clsx("margin-bottom--sm", styles.buttons)}>
@@ -125,10 +125,10 @@ function HomepageHeader() {
125125
"button button--primary button--md",
126126
styles.button
127127
)}
128-
title="Download open.mp launcher"
129-
to="https://github.com/openmultiplayer/launcher/releases/latest"
128+
title="open.mp is released!"
129+
to="https://github.com/openmultiplayer/open.mp/releases/latest"
130130
>
131-
Download open.mp launcher 🎮
131+
Download open.mp (server) 🖥️
132132
</Link>
133133
</div>
134134
<div className={clsx("margin-bottom--sm", styles.buttons)}>
@@ -137,7 +137,7 @@ function HomepageHeader() {
137137
"button button--secondary button--md",
138138
styles.button
139139
)}
140-
to="/docs/intro"
140+
to="/docs"
141141
>
142142
Documentations 📜
143143
</Link>

0 commit comments

Comments
 (0)