mirror of
https://github.com/Drop-OSS/drop-website.git
synced 2026-01-30 20:55:25 +01:00
fix: update romm table
This commit is contained in:
@@ -228,6 +228,8 @@ const projects: Array<{
|
||||
features: {
|
||||
Library: {
|
||||
'Non-versioned layout': true,
|
||||
'Automatic import': true,
|
||||
'Archives support': 'All 7-zip formats',
|
||||
},
|
||||
Metadata: {
|
||||
IGDB: true,
|
||||
@@ -243,6 +245,9 @@ const projects: Array<{
|
||||
Android: true,
|
||||
muOS: true,
|
||||
},
|
||||
'Client Features': {
|
||||
'Playnite integration': true,
|
||||
},
|
||||
Authentication: {
|
||||
Simple: true,
|
||||
SSO: true,
|
||||
@@ -268,7 +273,7 @@ function Header() {
|
||||
A breakdown between the different projects available to you, put
|
||||
together by the Drop OSS project.
|
||||
</Lead>
|
||||
<Subheading className="mt-2">Last updated 02-09-2025</Subheading>
|
||||
<Subheading className="mt-2">Last updated 19-01-2026</Subheading>
|
||||
</Container>
|
||||
)
|
||||
}
|
||||
@@ -343,7 +348,7 @@ function PricingTable({
|
||||
return (
|
||||
<Container className="py-24">
|
||||
<table className="w-full text-left">
|
||||
<caption className="sr-only">Pricing plan comparison</caption>
|
||||
<caption className="sr-only">Project comparison</caption>
|
||||
<colgroup>
|
||||
<col className="w-3/5 sm:w-2/5" />
|
||||
<col
|
||||
|
||||
Reference in New Issue
Block a user