Skip to content

Commit

Permalink
Merge branch 'main' into deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshStrobl committed Oct 19, 2023
2 parents e809e96 + ebfb9ff commit 5346f14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/data/supportList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Tabs from "@theme/Tabs";
export const SupportListData: SupportInfo[] = [
{
budgieAvailablePostInstall: null,
budgieVersion: "10.8.1",
budgieVersion: "10.8.2",
installationInfo: () => (
<>
Arch Linux offers a Budgie Desktop profile within its 'archinstall' installer, though more intrepid users also
Expand Down Expand Up @@ -51,8 +51,8 @@ export const SupportListData: SupportInfo[] = [
website: "https://debian.org",
},
{
budgieAvailablePostInstall: "10.8.1",
budgieVersion: "10.7.1",
budgieAvailablePostInstall: null,
budgieVersion: "10.8.2",
name: "EndeavourOS",
showInGrid: true,
summary: () => (
Expand Down

0 comments on commit 5346f14

Please sign in to comment.