Skip to content

Commit

Permalink
Move Viper and VTOL to collapsed section (#81)
Browse files Browse the repository at this point in the history
in order to reduce player confusion from an overabundance of choice.
  • Loading branch information
GeckoEidechse authored Jul 29, 2024
1 parent 0488d9c commit b5ae577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/installers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const installers: Installer[] = [
name: "VTOL",
description:
"Easy to use and extensive Northstar installer and mod-manager. Supports installing from Thunderstore as well as from outside sources like GitHub/GitLab. Supports installing custom weapon/pilot skins and managing dedicated servers.",
featured: true,
featured: false,
tags: ["Windows"],
buttons: [
{
Expand All @@ -60,7 +60,7 @@ export const installers: Installer[] = [
name: "Viper",
description:
"Simple and easy to use Northstar installer and auto-updater. Allows launching both Northstar and vanilla Titanfall 2. Features mod-manager and built-in mod browser for Thunderstore.",
featured: true,
featured: false,
tags: ["Windows", "Linux"],
buttons: [
{
Expand Down

0 comments on commit b5ae577

Please sign in to comment.